by devonrevenge
How do I register .dll files if I want to send an sdl.exe and have it work?
|
|
[no replies]
|
by AlitCandle
How can I convert a const char * to a string?
|
|
[7 replies] Last: AlitCandle: You're still stepping out of bounds: menuarray = ne... (by Disch)
|
by o0reyiz0o
Unresolved External Symbol(i found where this symbol is)
|
|
[3 replies] Last: According to the C++ Standard An implementation shall not predefin... (by vlad from moscow)
|
by glennpl
The copy constructor
|
|
[2 replies] Last: SomeClass( const SomeClass & ) = default; SomeClass & operator =( con... (by vlad from moscow)
|
by weonthewave
C++ Copy Constructor and Assignment Operator Define
|
|
[2 replies] Last: // ???????????? // IntP::IntP(const IntP& a) // Copy C... (by cire)
|
by proob
Noob question - Loops
|
|
[2 replies] Last: Thanks cire. I am still trying to wrap my head around how boolean work... (by proob)
|
by mogglespears
Why is this entering an infinite loop?
|
|
[8 replies] Last: @ TheIdeasMan thanks (by mogglespears)
|
by Bolong Yu
OOP
|
|
[1 reply] : http://www.cplusplus.com/reference/ios/fixed/ http://en.cppreference.c... (by MiiNiPaa)
|
by Shilalydawg
Help reading dates and events from .txt
|
|
[10 replies] Last: Personally, it was around 10 or less for me. I just didn't want to spo... (by S G H)
|
by Besm Osman
String == a other string
|
|
[8 replies] Last: yeah sorry I meant to do std::getline(std::cin, str) and not std::getl... (by giblit)
|
by noviceProg
Multiple source file with fstream
|
|
[5 replies] Last: //main.cpp #include <iostream> #include <fstream> #include "function... (by noviceProg)
|
by sakonpure6
Is there a way for a variable to maintain it's value after program termination
|
|
[3 replies] Last: it will be at the same folder where ur c pluss plus file is located(ch... (by cyberdude)
|
by thegege
Passing expressions through functions
|
|
[2 replies] Last: I am a beginer with c++ and this is my first time to this forum. I'm... (by thegege)
|
by Bolong Yu
Help!
|
|
[1 reply] : On line 16 you call static member SetGallonSize on a double. And on li... (by Fransje)
|
by KoreanCookie
Need Help for Guess the Number Game
|
|
[4 replies] Last: Oh, ok. (by KoreanCookie)
|
by Zenas
To quit safely
|
|
[4 replies] Last: Here's an alternate way to write it: #include <iostream> #include <s... (by cire)
|
by aswathy123
VISUAL C++ FORM ISSUE
|
|
[no replies]
|
by zmlink
help still confused
|
|
[9 replies] Last: on line 6 you are declaring an int called inteestRate as a right hand ... (by pogrady)
|
by melissa9675
bitmap? Need help!
|
|
[1 reply] : Help! I am so lost... (by melissa9675)
|
by kong288
EASIEST scripting language for C++
|
|
[1 reply] : I've never used it, so I'm not aware if it's easy, but you should give... (by Branflakes91093)
|