Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDuh! Pin
Brian V Shifrin10-Aug-01 11:13
Brian V Shifrin10-Aug-01 11:13 
GeneralRe: Duh! Pin
#realJSOP10-Aug-01 11:23
professional#realJSOP10-Aug-01 11:23 
GeneralRe: Need some help Pin
Derek Waters12-Aug-01 14:08
Derek Waters12-Aug-01 14:08 
Generaltons of awful errors Pin
Jake Palmer10-Aug-01 10:27
Jake Palmer10-Aug-01 10:27 
GeneralRe: tons of awful errors Pin
#realJSOP10-Aug-01 10:33
professional#realJSOP10-Aug-01 10:33 
GeneralRe: tons of awful errors Pin
Jake Palmer10-Aug-01 11:02
Jake Palmer10-Aug-01 11:02 
GeneralSource .CPP and Header .H Pin
10-Aug-01 10:06
suss10-Aug-01 10:06 
GeneralRe: Source .CPP and Header .H Pin
Carlos Antollini10-Aug-01 10:54
Carlos Antollini10-Aug-01 10:54 
I think that you need to read the Kernigan-Richi Book. If you didnt read that, is good for before to sleep.
I need to make a question..
Why don't to put all the code of a project over 100.000 lines in a only .cpp?

Try to make some like you say and see what happens with your compiler....


I never did something like you say or like I say.....
For finished- You can write all your code in a same cpp, Is True you don't will have problems with that. But if you add a new cpp and in this last cpp you need to use a function that is in the first cpp, you have two solutions. Or copy the function into the new cpp or declare the function into a header. But a question, Your code is Good?
In the first case you will have serious problems when you need to change something into that function, because you need to remember taht you have a copy of that function in other file.
In the second case, you are starting to write a good code... Is my point of view.

Regards!!!! Cool | :cool:
Beer | [beer] Beer | [beer]



Carlos Antollini.
GeneralRe: Source .CPP and Header .H Pin
10-Aug-01 11:50
suss10-Aug-01 11:50 
GeneralRe: Source .CPP and Header .H Pin
Carlos Antollini10-Aug-01 12:07
Carlos Antollini10-Aug-01 12:07 
GeneralRe: Source .CPP and Header .H Pin
10-Aug-01 12:14
suss10-Aug-01 12:14 
GeneralRe: Source .CPP and Header .H Pin
Stefan Pedersen11-Aug-01 14:23
Stefan Pedersen11-Aug-01 14:23 
GeneralRe: Source .CPP and Header .H Pin
Michael Dunn10-Aug-01 15:46
sitebuilderMichael Dunn10-Aug-01 15:46 
GeneralRe: Source .CPP and Header .H Pin
10-Aug-01 23:07
suss10-Aug-01 23:07 
Questionhow to find a word in a string... Pin
10-Aug-01 9:33
suss10-Aug-01 9:33 
AnswerRe: how to find a word in a string... Pin
Jake Palmer10-Aug-01 9:40
Jake Palmer10-Aug-01 9:40 
AnswerRe: how to find a word in a string... Pin
10-Aug-01 9:40
suss10-Aug-01 9:40 
AnswerRe: how to find a word in a string... Pin
#realJSOP10-Aug-01 9:42
professional#realJSOP10-Aug-01 9:42 
GeneralRe: how to find a word in a string... Pin
11-Aug-01 1:10
suss11-Aug-01 1:10 
Questiontree controled options page w/o mfc? Pin
10-Aug-01 8:36
suss10-Aug-01 8:36 
AnswerRe: tree controled options page w/o mfc? Pin
Michael Dunn10-Aug-01 9:20
sitebuilderMichael Dunn10-Aug-01 9:20 
Generalcompiler not recognizing dialog ID Pin
Jake Palmer10-Aug-01 7:44
Jake Palmer10-Aug-01 7:44 
GeneralRe: compiler not recognizing dialog ID Pin
Carlos Antollini10-Aug-01 7:56
Carlos Antollini10-Aug-01 7:56 
GeneralRe: compiler not recognizing dialog ID Pin
Jake Palmer10-Aug-01 8:49
Jake Palmer10-Aug-01 8:49 
GeneralRe: compiler not recognizing dialog ID Pin
Carlos Antollini10-Aug-01 9:38
Carlos Antollini10-Aug-01 9:38 

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.