Click here to Skip to main content
15,910,797 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWM_QUERYENDSESSION, or: Do something... Pin
S. Hepe14-Jan-05 21:41
S. Hepe14-Jan-05 21:41 
QuestionHow to load a ActiveX Dll Dynamically by specifying the dll name Pin
Virajs14-Jan-05 20:34
Virajs14-Jan-05 20:34 
GeneralNew to programming/c++ Pin
Stan++14-Jan-05 19:53
Stan++14-Jan-05 19:53 
GeneralRe: New to programming/c++ Pin
imyevv14-Jan-05 20:32
imyevv14-Jan-05 20:32 
GeneralRe: New to programming/c++ Pin
Stan++15-Jan-05 9:06
Stan++15-Jan-05 9:06 
GeneralRe: New to programming/c++ Pin
markkuk15-Jan-05 1:34
markkuk15-Jan-05 1:34 
GeneralRe: New to programming/c++ Pin
Stan++15-Jan-05 9:03
Stan++15-Jan-05 9:03 
GeneralRe: New to programming/c++ Pin
Maximilien15-Jan-05 1:52
Maximilien15-Jan-05 1:52 
1- Visual C++ is microsoft version of C++, which is the same "base" language with additional libraries.

2- It depends on what you want to do, for standard C++, an older book will only show what were available in the language at that time, newer books will also feature additional topics ( templates, STL,... ); for specific books ( MFC for example ), the basics might still work, bu tthey will miss features.

3- I pretty much learned on unix, so, yes, I started to learn console type applications ( e.g. like ms-dos ).

4- bigger programs need good planning and design, not just a lot of programming. A Large program will usually consists of small functionnality that will "work" together, graphics, database, file operations, numerical computation, GUI, ... all with their own sub functionnalities.

5- depends on a lot of factors, I cannot answer that, check with local employement offices, maybe they have info on that.

6- Yes, a person who learns C++ can do all kind of programming, at first, but depending on his abilities and what he likes to do, or what his bos tells him to do, he will mostly concentrate on certain part of the application; for example, if you get hired by a game company to do database work for the game, you will not necessarilly learn game design (level plannig,...) or sound integration or graphic engine; and after that, when you will be looking for another job, you will have technical experience in DB, but not in other fields; but you should have experience of the "game domain" which can also be important.

As for education, opinions varies, me think that you should at least do a bachelor in computer science ( or related engineering fields ), lots of companies are looking for people with a minimum of education ( on paper ).





Maximilien Lincourt
Your Head A Splode - Strong Bad
GeneralRe: New to programming/c++ Pin
Stan++15-Jan-05 9:09
Stan++15-Jan-05 9:09 
GeneralRe: New to programming/c++ Pin
Vivi Chellappa15-Jan-05 14:26
professionalVivi Chellappa15-Jan-05 14:26 
GeneralDialog Issues (VS bug??) Pin
LighthouseJ14-Jan-05 19:24
LighthouseJ14-Jan-05 19:24 
GeneralRe: Dialog Issues (VS bug??) Pin
Brad Bruce15-Jan-05 1:49
Brad Bruce15-Jan-05 1:49 
GeneralRe: Dialog Issues (VS bug??) Pin
LighthouseJ15-Jan-05 2:45
LighthouseJ15-Jan-05 2:45 
GeneralRe: Dialog Issues (VS bug??) Pin
peterchen16-Jan-05 19:05
peterchen16-Jan-05 19:05 
GeneralRe: Dialog Issues (VS bug??) Pin
LighthouseJ17-Jan-05 2:28
LighthouseJ17-Jan-05 2:28 
Generalhiding Files/Folders Help! Pin
kshet2614-Jan-05 19:10
kshet2614-Jan-05 19:10 
GeneralRe: hiding Files/Folders Help! Pin
Spiritofamerica15-Jan-05 10:30
Spiritofamerica15-Jan-05 10:30 
GeneralHelp Needed to write WDM Drivers for ISA Bus Pin
Member 163134214-Jan-05 18:59
Member 163134214-Jan-05 18:59 
GeneralRe: Help Needed to write WDM Drivers for ISA Bus Pin
Branislav14-Jan-05 21:41
Branislav14-Jan-05 21:41 
QuestionHow to create User DSN Connection using C++ Pin
pubududilena14-Jan-05 18:00
pubududilena14-Jan-05 18:00 
AnswerRe: How to create User DSN Connection using C++ Pin
22491714-Jan-05 20:45
22491714-Jan-05 20:45 
AnswerRe: How to create User DSN Connection using C++ Pin
Pavel Klocek14-Jan-05 23:12
Pavel Klocek14-Jan-05 23:12 
GeneralRe: How to create User DSN Connection using C++ Pin
pubududilena16-Jan-05 18:55
pubududilena16-Jan-05 18:55 
GeneralRe: How to create User DSN Connection using C++ Pin
White Owl17-Jan-05 8:13
White Owl17-Jan-05 8:13 
GeneralSCSI/IDE and ASPI32 Pin
thompsons14-Jan-05 17:53
thompsons14-Jan-05 17:53 

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.