Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » berechnung und Messagebox

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
01.05.2004, 12:32 Uhr
~Tomycat
Gast


hi,
warum klappt das nicht?
Ich nehme mal an, man muß es in eine String kopieren ,aber wie

Quelltext von einem Kopf:


C++:
int a = 10;
int b = 20;
int c ;
c = a + b;

MessageBox = (c);

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
01.05.2004, 12:43 Uhr
Windalf
Der wo fast so viele Posts wie FloSoft...
(Operator)



C++:
CString str;
int a=10;b=20;
str.Format("%d",a+b);
AfxMessageBox(str);


--
...fleißig wie zwei Weißbrote
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
01.05.2004, 17:26 Uhr
~thx
Gast


thx
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: