Click here to Skip to main content
15,915,319 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionXSLT in VC++ Pin
vinay_K29-Jul-08 1:24
vinay_K29-Jul-08 1:24 
AnswerRe: XSLT in VC++ Pin
CPallini29-Jul-08 1:43
mveCPallini29-Jul-08 1:43 
GeneralRe: XSLT in VC++ Pin
vinay_K29-Jul-08 1:47
vinay_K29-Jul-08 1:47 
GeneralRe: XSLT in VC++ Pin
CPallini29-Jul-08 1:53
mveCPallini29-Jul-08 1:53 
GeneralRe: XSLT in VC++ Pin
vinay_K29-Jul-08 2:04
vinay_K29-Jul-08 2:04 
GeneralRe: XSLT in VC++ Pin
CPallini29-Jul-08 8:16
mveCPallini29-Jul-08 8:16 
QuestionDetermining if a GPS point is inside a polygon Pin
AaronM_NZ29-Jul-08 0:56
AaronM_NZ29-Jul-08 0:56 
AnswerRe: Determining if a GPS point is inside a polygon Pin
Iain Clarke, Warrior Programmer29-Jul-08 23:43
Iain Clarke, Warrior Programmer29-Jul-08 23:43 
Answering your problem is (a) too much like hard work, and (b) I know next to nothing about VB.

BUT!

I do point in polygon testing in my software, and I learnt from the following resources...
http://geometryalgorithms.com/algorithm_archive.htm[^]
http://www.faqs.org/faqs/graphics/algorithms-faq/[^] (see "Subject 2.03: How do I find if a point lies within a polygon?
")
which points to...
http://www.erichaines.com/ptinpoly/[^]


Between these, you should understand why the function works, and why your code doesn't with a bit of stepping through it.

Good luck!

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

GeneralRe: Determining if a GPS point is inside a polygon Pin
AaronM_NZ30-Jul-08 14:34
AaronM_NZ30-Jul-08 14:34 
AnswerRe: Determining if a GPS point is inside a polygon Pin
CPallini30-Jul-08 3:13
mveCPallini30-Jul-08 3:13 
GeneralRe: Determining if a GPS point is inside a polygon Pin
AaronM_NZ30-Jul-08 14:40
AaronM_NZ30-Jul-08 14:40 
GeneralYou are welcome Pin
CPallini30-Jul-08 20:52
mveCPallini30-Jul-08 20:52 
QuestionAbout C++ on different OS? Pin
ritz123429-Jul-08 0:35
ritz123429-Jul-08 0:35 
AnswerRe: About C++ on different OS? Pin
Cedric Moonen29-Jul-08 0:49
Cedric Moonen29-Jul-08 0:49 
GeneralRe: About C++ on different OS? Pin
toxcct29-Jul-08 0:57
toxcct29-Jul-08 0:57 
GeneralRe: About C++ on different OS? Pin
Cedric Moonen29-Jul-08 2:03
Cedric Moonen29-Jul-08 2:03 
JokeRe: About C++ on different OS? [THHB attempt] Pin
Rajesh R Subramanian29-Jul-08 2:32
professionalRajesh R Subramanian29-Jul-08 2:32 
JokeRe: About C++ on different OS? [THHB attempt] Pin
Cedric Moonen29-Jul-08 4:05
Cedric Moonen29-Jul-08 4:05 
GeneralRe: About C++ on different OS? [THHB attempt] Pin
Rajesh R Subramanian29-Jul-08 21:24
professionalRajesh R Subramanian29-Jul-08 21:24 
AnswerRe: About C++ on different OS? Pin
toxcct29-Jul-08 0:52
toxcct29-Jul-08 0:52 
AnswerRe: About C++ on different OS? Pin
CPallini29-Jul-08 0:53
mveCPallini29-Jul-08 0:53 
AnswerRe: About C++ on different OS? Pin
vikas amin30-Jul-08 11:08
vikas amin30-Jul-08 11:08 
QuestionRunTime Error : The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read". Pin
ptr_Electron29-Jul-08 0:33
ptr_Electron29-Jul-08 0:33 
AnswerRe: RunTime Error : The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read". Pin
Cedric Moonen29-Jul-08 0:47
Cedric Moonen29-Jul-08 0:47 
AnswerRe: RunTime Error : The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read". Pin
Joe Woodbury29-Jul-08 8:57
professionalJoe Woodbury29-Jul-08 8:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.