Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Free C++ Intepreters Pin
Zdeslav Vojkovic1-Sep-05 3:56
Zdeslav Vojkovic1-Sep-05 3:56 
QuestioniListCtrl Problem Pin
snprani1-Sep-05 2:36
snprani1-Sep-05 2:36 
AnswerRe: iListCtrl Problem Pin
S Douglas1-Sep-05 23:59
professionalS Douglas1-Sep-05 23:59 
QuestionHow to connect to Oracle database through DSN from vc++ Pin
snprani1-Sep-05 2:32
snprani1-Sep-05 2:32 
AnswerRe: How to connect to Oracle database through DSN from vc++ Pin
Manfred Staiger1-Sep-05 3:26
Manfred Staiger1-Sep-05 3:26 
AnswerRe: How to connect to Oracle database through DSN from vc++ Pin
Marc Soleda1-Sep-05 3:50
Marc Soleda1-Sep-05 3:50 
QuestionConsole problem Pin
Aqueel1-Sep-05 1:45
Aqueel1-Sep-05 1:45 
AnswerRe: Console problem Pin
Giannakakis Kostas1-Sep-05 2:10
professionalGiannakakis Kostas1-Sep-05 2:10 
Not a good idea to use a global variable with C++. Why don't declare the variable in one class, initialise it and provide getter/setter methods for the other two classes? If you want to have only one instance of the variable, no matter how many instances of the class, use the static keyword.
AnswerRe: Console problem Pin
kakan1-Sep-05 2:48
professionalkakan1-Sep-05 2:48 
QuestionHow do I stop rich text views scrolling? Pin
Andrew Hain1-Sep-05 1:26
Andrew Hain1-Sep-05 1:26 
QuestionRetrieve text from cursor position Pin
Samik Karmakar1-Sep-05 1:12
Samik Karmakar1-Sep-05 1:12 
QuestionAbout SystemTray Pin
parims1-Sep-05 1:07
parims1-Sep-05 1:07 
AnswerRe: About SystemTray Pin
Zdeslav Vojkovic1-Sep-05 3:31
Zdeslav Vojkovic1-Sep-05 3:31 
QuestionHow to retrieve text Pin
Samik Karmakar1-Sep-05 0:51
Samik Karmakar1-Sep-05 0:51 
QuestionService related problem Pin
Radu Sorin1-Sep-05 0:04
Radu Sorin1-Sep-05 0:04 
QuestionActiveX registration Pin
alex_bogdan31-Aug-05 23:48
alex_bogdan31-Aug-05 23:48 
AnswerRe: ActiveX registration Pin
Zdeslav Vojkovic1-Sep-05 3:27
Zdeslav Vojkovic1-Sep-05 3:27 
Questiondoes anyone know how to create a program that would determine all hardware in the computer?? Pin
selle31-Aug-05 23:43
selle31-Aug-05 23:43 
GeneralRe: does anyone know how to create a program that would determine all hardware in the computer?? Pin
outside cosmic1-Sep-05 2:58
outside cosmic1-Sep-05 2:58 
GeneralRe: does anyone know how to create a program that would determine all hardware in the computer?? Pin
selle1-Sep-05 13:33
selle1-Sep-05 13:33 
QuestionVisual Studio data types Pin
sirtimid31-Aug-05 23:26
sirtimid31-Aug-05 23:26 
AnswerRe: Visual Studio data types Pin
Giannakakis Kostas1-Sep-05 2:20
professionalGiannakakis Kostas1-Sep-05 2:20 
QuestionModal Window Pin
Nishad S31-Aug-05 23:10
Nishad S31-Aug-05 23:10 
AnswerRe: Modal Window Pin
toxcct31-Aug-05 23:18
toxcct31-Aug-05 23:18 
GeneralRe: Modal Window Pin
Cedric Moonen31-Aug-05 23:25
Cedric Moonen31-Aug-05 23:25 

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.