by markusfurst
Exchange the values of variables. To swap values
|
|
[1 reply] : Your terminology is odd. Perhaps you would like to exchange the values... (by keskiverto)
|
by bird1234
Problem in fileheadling
|
|
[1 reply] : You set the flag = true as an else statement. Consider how your progr... (by MistahMoose)
|
by newbie456
Please help
|
|
[1 reply] : Use the XOR bitwise operator (^). http://www.cplusplus.com/doc/boolean... (by AbstractionAnon)
|
by kinglado
Help with binary serch!!
|
|
[1 reply] : the pseudo code for binary serch is like this: IF middle value of th... (by kinglado)
|
by Moshi
Turbo C++ Login Program
|
|
[5 replies] Last: Thanks for the answers and references, really helped me understand str... (by Moshi)
|
by cherault
Solving a simple problem
|
|
[no replies]
|
by biwkina
multiset (1,2)
|
|
[20 replies] Last: #kemort - my real problem is that when i input the number sequence i ... (by closed account 48T7M4Gy)
|
by sk9294
passing ofstream reference
|
|
[15 replies] Last: A slight variation. Essentially the same code as before, but with two ... (by Chervil)
|
by moldydip
Trouble saving a string to a file
|
|
[2 replies] Last: The order in which things are sequenced is incorrect. Instead of this:... (by Chervil)
|
by Hengry
Help with erase function in unordered_map
|
|
[4 replies] Last: I haven't tested my code as of now, but I'm just trying to figure out ... (by Hengry)
|
SFML Error with vertexArray |
|
[1 reply] : C++ does not implicitly set declared raw types to 0. If you just say,... (by Ganado)
|
by crowdiax25
DVD Collection Program
|
|
[9 replies] Last: try: collection.insert(make_pair(title, myDVD)); (by gunnerfunner)
|
Undefined Symbol "true" |
|
[6 replies] Last: I realize that and don't disagree, but me searching for "#pragma argsu... (by Ganado)
|
HOW DO I ROUND THE OUTPUT? |
|
[3 replies] Last: Then you use this : tempo.density = round(temp.population / floor(t... (by Kabane)
|
by forta2k
C++ - program which verifies if a number is prime
|
|
[1 reply] : line 13: cin >> x ; // for example x = 1; while( x ... (by ar2007)
|
by Random68
A basic program doesn't compile
|
|
[5 replies] Last: No, I use the free version, although I am contemplating purchasing the... (by lastchance)
|
by Xrey274
Key Press Detection
|
|
[18 replies] Last: Thanks ! (by Xrey274)
|
by randflec
Minesweeper
|
|
[2 replies] Last: Line 34,35,37,38: Why are you taking % 12? You're board is only 8x8.... (by AbstractionAnon)
|
CAN YOU FIND THE ERRORS? |
|
[1 reply] : #include <iostream> // <=== add using namespace std; // ... (by lastchance)
|
by weirdo123
while
|
|
[3 replies] Last: thanks for replying ^^ (by weirdo123)
|