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

C / C++ / MFC

 
QuestionHow Can I Change size of every application's title bar Pin
lgbean20-Oct-07 5:06
lgbean20-Oct-07 5:06 
AnswerRe: How Can I Change size of every application's title bar Pin
Abdellatif_El_Khlifi20-Oct-07 11:24
Abdellatif_El_Khlifi20-Oct-07 11:24 
Question? for those who have done or are famailiar with the game of life (conway's) Pin
j.greene20-Oct-07 4:35
j.greene20-Oct-07 4:35 
AnswerRe: ? for those who have done or are famailiar with the game of life (conway's) Pin
Iain Clarke, Warrior Programmer20-Oct-07 10:57
Iain Clarke, Warrior Programmer20-Oct-07 10:57 
QuestionServer/Client.... Pin
javad_200520-Oct-07 3:47
javad_200520-Oct-07 3:47 
QuestionRe: Server/Client.... Pin
Mark Salsbery20-Oct-07 5:34
Mark Salsbery20-Oct-07 5:34 
QuestionTemplate overload of operator ++/-- Pin
Tydia-kun20-Oct-07 3:24
Tydia-kun20-Oct-07 3:24 
AnswerRe: Template overload of operator ++/-- Pin
Nelek21-Oct-07 20:48
protectorNelek21-Oct-07 20:48 
Yes, you can overload operators in templates. Take a look into the template of Simon Hughes into the articles (keywords: Smart list). He overloaded operator =, +=, [], and I added the operator == for the lists. So it should be no problem to overload the ++

One thing that I had time ago was...

I was using the ++ and the program was not running ok. I decided to try += 1, and still failed. The i used var = var + 1; and worked ok.



Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

QuestionTimer start problem Pin
pri_skit20-Oct-07 3:05
pri_skit20-Oct-07 3:05 
AnswerRe: Timer start problem Pin
pri_skit20-Oct-07 3:59
pri_skit20-Oct-07 3:59 
AnswerRe: Timer start problem Pin
Mark Salsbery20-Oct-07 5:41
Mark Salsbery20-Oct-07 5:41 
AnswerRe: Timer start problem Pin
Hamid_RT20-Oct-07 19:40
Hamid_RT20-Oct-07 19:40 
Questionhow to create array of classes Pin
DSPCottage20-Oct-07 1:09
DSPCottage20-Oct-07 1:09 
AnswerRe: how to create array of classes Pin
Tydia-kun20-Oct-07 3:29
Tydia-kun20-Oct-07 3:29 
AnswerRe: how to create array of classes [modified] Pin
lgbean20-Oct-07 6:56
lgbean20-Oct-07 6:56 
QuestionHow to make the Program prompt close Pin
James24520-Oct-07 0:43
James24520-Oct-07 0:43 
AnswerRe: How to make the Program prompt close Pin
James24520-Oct-07 2:08
James24520-Oct-07 2:08 
AnswerRe: How to make the Program prompt close Pin
Mark Salsbery20-Oct-07 5:20
Mark Salsbery20-Oct-07 5:20 
GeneralRe: How to make the Program prompt close Pin
Hamid_RT20-Oct-07 5:51
Hamid_RT20-Oct-07 5:51 
GeneralRe: How to make the Program prompt close Pin
Mark Salsbery20-Oct-07 6:01
Mark Salsbery20-Oct-07 6:01 
AnswerRe: How to make the Program prompt close Pin
Mark Salsbery20-Oct-07 6:03
Mark Salsbery20-Oct-07 6:03 
QuestionScreen live streaming Pin
ashishbhatt19-Oct-07 22:09
ashishbhatt19-Oct-07 22:09 
AnswerRe: Screen live streaming Pin
zakkas248320-Oct-07 0:01
zakkas248320-Oct-07 0:01 
GeneralRe: Screen live streaming Pin
ashishbhatt20-Oct-07 0:14
ashishbhatt20-Oct-07 0:14 
Questionabout array creation Pin
DSPCottage19-Oct-07 21:36
DSPCottage19-Oct-07 21:36 

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.