Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interact with Windows Services Pin
Igor Vigdorchik17-Sep-05 10:26
Igor Vigdorchik17-Sep-05 10:26 
Questionprocess question Pin
gamitech16-Sep-05 16:16
gamitech16-Sep-05 16:16 
AnswerRe: process question Pin
ThatsAlok16-Sep-05 22:50
ThatsAlok16-Sep-05 22:50 
AnswerRe: process question Pin
YoSilver17-Sep-05 1:54
YoSilver17-Sep-05 1:54 
GeneralRe: process question Pin
Alexander M.,17-Sep-05 11:43
Alexander M.,17-Sep-05 11:43 
GeneralRe: process question Pin
gamitech18-Sep-05 2:04
gamitech18-Sep-05 2:04 
Questionhow to get IMAGE_FUNCTION_ENTRY Pin
gamitech16-Sep-05 16:08
gamitech16-Sep-05 16:08 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
YoSilver17-Sep-05 2:03
YoSilver17-Sep-05 2:03 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
Alexander M.,17-Sep-05 12:07
Alexander M.,17-Sep-05 12:07 
QuestionNewbie Question Pin
kenexcelon16-Sep-05 9:52
kenexcelon16-Sep-05 9:52 
AnswerRe: Newbie Question Pin
David Crow16-Sep-05 10:11
David Crow16-Sep-05 10:11 
GeneralRe: Newbie Question Pin
kenexcelon16-Sep-05 10:30
kenexcelon16-Sep-05 10:30 
GeneralRe: Newbie Question Pin
David Crow16-Sep-05 10:36
David Crow16-Sep-05 10:36 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:40
hunter1316-Sep-05 10:40 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:36
hunter1316-Sep-05 10:36 
AnswerRe: Newbie Question Pin
kenexcelon16-Sep-05 13:58
kenexcelon16-Sep-05 13:58 
QuestionRun Shellexecute and wait for it to return Pin
anderslundsgard16-Sep-05 9:51
anderslundsgard16-Sep-05 9:51 
AnswerRe: Run Shellexecute and wait for it to return Pin
David Crow16-Sep-05 10:09
David Crow16-Sep-05 10:09 
GeneralRe: Run Shellexecute and wait for it to return Pin
hunter1316-Sep-05 10:33
hunter1316-Sep-05 10:33 
QuestionIrregularly spaced x,y,z data to regular contours Pin
Chris Maunder16-Sep-05 9:47
cofounderChris Maunder16-Sep-05 9:47 
AnswerRe: Irregularly spaced x,y,z data to regular contours Pin
Yongki C. A. Jong17-Sep-05 6:11
Yongki C. A. Jong17-Sep-05 6:11 
AnswerRe: Irregularly spaced x,y,z data to regular contours Pin
cmk17-Sep-05 17:54
cmk17-Sep-05 17:54 
GTS - GNU Triangulated Surface Library:
http://gts.sourceforge.net/index.html[^]
which won't create the contours, but will generate the delaunay triangulation.
From there you could write a routine to find all triangles spanning a given elevation, interpolate along their edges to get x,y coord and generate the contours.

GMT should be able to do what you want:
http://gmt.soest.hawaii.edu/[^]
... although it is a bit of overkill.

It's a bit of pain to get through the website, as a short-cut:
- goto ftp://falcon.grdl.noaa.gov/pub/gmt/4/[^]
- download GMT_progs.zip
- to start with look at xyz2grd.c and grdcontour.c


...cmk

Save the whales - collect the whole set
Questioncapturing window image through its handle Pin
Neo_MXP16-Sep-05 9:34
Neo_MXP16-Sep-05 9:34 
AnswerRe: capturing window image through its handle Pin
hunter1316-Sep-05 9:41
hunter1316-Sep-05 9:41 
GeneralRe: capturing window image through its handle Pin
hunter1316-Sep-05 9:50
hunter1316-Sep-05 9:50 

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.