Click here to Skip to main content
15,911,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
Nemanja Trifunovic1-Apr-08 9:08
Nemanja Trifunovic1-Apr-08 9:08 
GeneralRe: How to use Namespaces created in different projects in the same solution? Pin
led mike1-Apr-08 9:40
led mike1-Apr-08 9:40 
Questionwhat is the difference in winInet functions and sockets for connecting to ftp servers Pin
Jach Mullan1-Apr-08 3:55
Jach Mullan1-Apr-08 3:55 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
led mike1-Apr-08 4:21
led mike1-Apr-08 4:21 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
Mark Salsbery1-Apr-08 6:09
Mark Salsbery1-Apr-08 6:09 
GeneralRe: what is the difference in winInet functions and sockets for connecting to ftp servers Pin
ThatsAlok1-Apr-08 9:23
ThatsAlok1-Apr-08 9:23 
QuestionIs it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? Pin
johndoelee1-Apr-08 3:26
johndoelee1-Apr-08 3:26 
GeneralRe: Is it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? Pin
Iain Clarke, Warrior Programmer1-Apr-08 3:57
Iain Clarke, Warrior Programmer1-Apr-08 3:57 
Bad news: You've not got one problem, but many different ones.

Good news: None of those are amazingly tough, so you can pick them off one by one.

1/ Read the spec for the files? Can you trust them to have the same number of coords in each?
2/ How will the user tell you what those files are?
3/ Read in the files one line at a time, build a 3d point, and add it to an array
(CStdioFile/ReadString is good for this.)
4/ As your monitor is 2d, go on codeproject and look at some directx / opengl demo applications, and modify them to plot your shiny new points.


You may end up posting help questions for some of these, but at least you'll be doing bite size problems!

Iain.

Iain Clarke appears because CPallini still cares.

GeneralRe: Is it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? Pin
Cedric Moonen1-Apr-08 4:08
Cedric Moonen1-Apr-08 4:08 
GeneralRe: Is it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? Pin
CPallini1-Apr-08 4:14
mveCPallini1-Apr-08 4:14 
QuestionRe: Is it possible to construct a screen which can display the points of x, y and z axis by inputing 3 txt files by c++? [modified] Pin
johndoelee1-Apr-08 4:58
johndoelee1-Apr-08 4:58 
GeneralListBox SDI SetFont Pin
_chew1-Apr-08 3:09
_chew1-Apr-08 3:09 
QuestionRe: ListBox SDI SetFont Pin
David Crow1-Apr-08 3:30
David Crow1-Apr-08 3:30 
GeneralRe: ListBox SDI SetFont Pin
_chew1-Apr-08 5:57
_chew1-Apr-08 5:57 
GeneralRe: ListBox SDI SetFont Pin
Mark Salsbery1-Apr-08 6:14
Mark Salsbery1-Apr-08 6:14 
QuestionRe: ListBox SDI SetFont Pin
David Crow1-Apr-08 6:15
David Crow1-Apr-08 6:15 
GeneralRe: ListBox SDI SetFont Pin
_chew1-Apr-08 17:01
_chew1-Apr-08 17:01 
GeneralRe: ListBox SDI SetFont Pin
Mark Salsbery1-Apr-08 19:22
Mark Salsbery1-Apr-08 19:22 
GeneralRe: ListBox SDI SetFont Pin
Hamid_RT7-Apr-08 3:37
Hamid_RT7-Apr-08 3:37 
Generalauto_ptr array Pin
George_George1-Apr-08 0:50
George_George1-Apr-08 0:50 
GeneralRe: auto_ptr array Pin
_AnsHUMAN_ 1-Apr-08 0:59
_AnsHUMAN_ 1-Apr-08 0:59 
GeneralRe: auto_ptr array Pin
George_George1-Apr-08 1:41
George_George1-Apr-08 1:41 
GeneralRe: auto_ptr array Pin
CPallini1-Apr-08 1:55
mveCPallini1-Apr-08 1:55 
GeneralRe: auto_ptr array Pin
George_George1-Apr-08 2:03
George_George1-Apr-08 2:03 
GeneralRe: auto_ptr array Pin
CPallini1-Apr-08 2:17
mveCPallini1-Apr-08 2:17 

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.