|
by galardo33
claculator
|
|
|
|
[3 replies] Last: Sorry but i try to find an english forum where i can explain my probl... (by Danny Toledo)
|
| Cast from char to int loses precision |
|
|
|
[2 replies] Last: It all looks a bit odd. OriginalChar is an array of characters. Whe... (by Chervil)
|
|
by jsmith1
Need help with program
|
|
|
|
[4 replies] Last: Right, but there's no way for a user to input x and then the computer ... (by jsmith1)
|
|
by mrtyson86
Begginger help, strings.
|
|
|
|
[4 replies] Last: What you have is a good basis - you're working your way through the st... (by jim80y)
|
|
by mrtyson86
Help with String Functions. almost got it...i think
|
|
|
|
[11 replies] Last: for(unsigned int nd=1; nd<s.length( ); n++); { if (S[nd-1]==S ); ... (by agnophilo)
|
|
by AlitCandle
What is the biggest data type?
|
|
|
|
[2 replies] Last: For future reference (scroll to the chart): http://cplusplus.com/doc/... (by agnophilo)
|
|
by palauan73
Binary Tree
|
|
|
|
[no replies]
|
|
by maniacle
Need help with simple recursive function
|
|
|
|
[7 replies] Last: I'm working on another recursive function. I want to use ONLY recursiv... (by maniacle)
|
|
by snailtier
Trouble with Structure Array and For Loop
|
|
|
|
[1 reply] : I've messed around with this program a bit, and I'm still having issue... (by snailtier)
|
| Where can I find c++ courses online |
|
|
|
[8 replies] Last: The tutorials on this site give you example code - mess with it, alter... (by agnophilo)
|
| ASCII converter |
|
|
|
[no replies]
|
|
by mrtyson86
Writing Boolean functions??
|
|
|
|
[no replies]
|
|
by deanfvjr
Where can I learn to code Multiplayer/Networking based C++?
|
|
|
|
[1 reply] : I guess my programmign stops here. (by deanfvjr)
|
|
by mrtyson86
Need help with Power functions.
|
|
|
|
[no replies]
|
|
by thefatshizms
Blank program
|
|
|
|
[3 replies] Last: My understanding is that you need other libraries like allegro to do t... (by agnophilo)
|
|
by engjosh88
Error c2143
|
|
|
|
[5 replies] Last: There's nothing mysterious about the errors you are receiving. You've... (by xismn)
|
|
by dpsht316
Tax program help
|
|
|
|
[no replies]
|
|
by iluckystar
Reading information from a .dat file and storing in an array.
|
|
|
|
[no replies]
|
|
by Kalkalash
Using getline to read until a number
|
|
|
|
[4 replies] Last: Variant for "Finds the index": auto it = std::find_if( str.begin(), s... (by keskiverto)
|
|
by rgork
Dynamic memory question
|
|
|
|
[4 replies] Last: Oh right, forgot about the new. Thanks. (by rgork)
|