'Bitmap' was not declared in this scope |
|
[16 replies] Last: Thanks a lot Athar. Im able to save the .bmp file now but i still have... (by temporaryavailable)
|
by koutsos1
Game
|
|
[1 reply] : That's done by getline(cin,word); (by Athar)
|
by margiesam
error using random functions
|
|
[2 replies] Last: thank you! I'm considering it - this is around the 10 mistake I have ... (by margiesam)
|
by margiesam
atoi issue, cannot get integer value for a character
|
|
[3 replies] Last: Hello PiMaster, Thank you for your response. I tried the program yo... (by margiesam)
|
by V0idZ3
C++ learning cd/ easier tutorial?
|
|
[5 replies] Last: The http://www.cplusplus.com/doc/tutorial is great for beginners. It w... (by HooklessFastener)
|
by Morph
Web Programming with C++
|
|
[16 replies] Last: The documents are called the help/documentation and Google. Search for... (by Athar)
|
by ali1
covert between char* to cstring.
|
|
[1 reply] : When you want to read strings, you should use >> operator, std::getlin... (by hamsterman)
|
by Gladdok
Should a static object be dynamically allocated?
|
|
[1 reply] : If you want to destroy a dynamically allocated object, static or not, ... (by hamsterman)
|
by Fresh Grass
double to CString with dynamic number of decimal digits
|
|
[4 replies] Last: I don't use windows but I don't see why you can't do this: doub... (by Galik)
|
variable initialization |
|
[1 reply] : Does the same as int x=10; The above is not an assignment either, it ... (by Athar)
|
by takure
what are "+=" and "-=" ?
|
|
[1 reply] : See: http://www.cplusplus.com/doc/tutorial/operators/ (by Athar)
|
by willco85
New to the forum Math formula issue
|
|
[2 replies] Last: Also, it's supposed to be h*(2*r-3), not h(2*r-3). You can slightly im... (by helios)
|
by DKB
Mouse Clicking
|
|
[2 replies] Last: GetTickCount() returns the number of milliseconds the program has been... (by helios)
|
by Reguba
Various Questions
|
|
[7 replies] Last: Depends on whether you want to return dynamic objects that the caller ... (by helios)
|
by bradp33
Basic Encrypt/Decrypt of file: Having problems when EOF is encountered
|
|
[4 replies] Last: Hey thanks a lot ya i didnt realize that. Works perfectly. you the man... (by bradp33)
|
by anninha
Exiting a while(cin>>..) loop
|
|
[1 reply] : That operator>>() overload only returns false when the user's input ca... (by helios)
|
by slg5094
Sorting Two Arrays
|
|
[2 replies] Last: Great, thanks for your help. I changed a few things (got rid of the d... (by slg5094)
|
by AlphaBravo
Passing two vectors into a function??
|
|
[4 replies] Last: No worries. Thanks. (by AlphaBravo)
|
by Mreza
currect code, wrong resault.
|
|
[1 reply] : Works fine for me... I'm using: Win7 Code::Blocks (IDE) BTW,... (by PiMaster)
|
by brazyuri86
Class inside another class
|
|
[10 replies] Last: Yes!!!!!! It works!!!!!!! Thank you very much!!!!!! (by brazyuri86)
|