by Da0omph
Improving
|
|
[2 replies] Last: Consider changing the name of getSum() to makeSum(). I would expect g... (by Lowest0ne)
|
by sherlock
C++ asci converter
|
|
[2 replies] Last: A char can hold values from -128 to 127 so it isn't advisable to try t... (by Lowest0ne)
|
Casting or pow()? |
|
[5 replies] Last: Workaround while(n){ n/=10; ++digits; } Learn about errors. Ed... (by ne555)
|
by djru
Retrieving information from a loop
|
|
[3 replies] Last: I LOVE Chicken Salad...back to programming -.- (by Volatile Pulse)
|
by johnnyj2j
C++ Creating A Bot
|
|
[16 replies] Last: Please... don't create more game bots... make developers and innocent ... (by strongdrink)
|
by twalthoff
Help with Connecting Flights
|
|
[4 replies] Last: } else { // the second plane came before the first plane re... (by Volatile Pulse)
|
by bc123
Help reducing Fractions
|
|
[8 replies] Last: Alright thanks a lot, I got it to work. (by bc123)
|
by schlulol
Explain how the minimax function works for ai in a game of connect 4
|
|
[9 replies] Last: -∞ is negative infinity. If you use double for heuristic values and ... (by Peter87)
|
by mattl
Implicit declaration of PlayPrompt not allowed in C99
|
|
[2 replies] Last: Thanks for the response. The functions in PlayPrompt are iOS API's wh... (by mattl)
|
error C2143: syntax error : missing ';' before '<' |
|
[11 replies] Last: I am going to revert the edit and try another path to a solution. The ... (by forestPeterson)
|
by digrev
reference-pointer sample
|
|
[4 replies] Last: You should change these statements f(1) = 8.23; // change 2nd element... (by vlad from moscow)
|
by snesnerd
exiting a program
|
|
[4 replies] Last: I suppose you're referring to a menu of some sort. Da0omph's example o... (by Volatile Pulse)
|
by zek
Solve it using c++?
|
|
[3 replies] Last: std::array is not an array. So the code can look the following way #... (by vlad from moscow)
|
by MatthewRock
C-style strings in C++
|
|
[3 replies] Last: Well, some ideas might be useful. Thank you for responding. :) (by MatthewRock)
|
by jutsu1370
[Request]A clean version of C++ !
|
|
[12 replies] Last: There are a few things that require some head banging against walls, b... (by Volatile Pulse)
|
Input problem |
|
[5 replies] Last: Alright, thanks for the help guys! (by ArtimosPenguidor)
|
by yge3d
Please help with this error!!
|
|
[10 replies] Last: HWND is a data type that holds a "handle" to a window. This value is... (by ResidentBiscuit)
|
by SunDrySix
Simple While Loop Not Functioning?
|
|
[3 replies] Last: WAIT... i'm dumb.. semi colon after while (true) *FACEPALM*... thanks (by SunDrySix)
|
by vendice
need a little help with some code
|
|
[5 replies] Last: Hi there, As to your actual problems: " initializer-string for arra... (by closed account o3hC5Di1)
|
error C2143 missing ';' before '<' |
|
[7 replies] Last: can you go to this post and continue help there http://www.cplusplus.c... (by forestPeterson)
|