by coley909
help flag controlled loops
|
|
[2 replies] Last: //start task 3 code------------------------------------------------... (by coley909)
|
by tejas1995
Strings and Arrays
|
|
[4 replies] Last: iostream shouldn't have the .h (by Aramil of Elixia)
|
RPG Game |
|
[5 replies] Last: Yes you can. However you have to understand HOW its doing it. Keep in ... (by WinwordExonar)
|
by B031110034
How to use cin.ignore()??
|
|
[1 reply] : http://cplusplus.com/reference/iostream/istream/ignore/ What's the pr... (by hamsterman)
|
by jet0717
Why does this fail? how to fix this?
|
|
[9 replies] Last: #include<iostream> #include<cmath> #include<iomanip> using namespace ... (by anshu875)
|
by Integrater
Simple Program Crashes
|
|
[2 replies] Last: Silly me :/ Thanks (by Integrater)
|
by nicoling1234
LINKED FILES
|
|
[1 reply] : It depends, will you create one executable for each program, or one fo... (by bartoli)
|
by poohpooh
Switch case help
|
|
[9 replies] Last: i got it to work with this code thanks guys void MouseClick(int X, ... (by poohpooh)
|
by poohpooh
mouse_event array random
|
|
[no replies]
|
by ilife008
problem:my little app of calculation
|
|
[no replies]
|
by Azat
task
|
|
[8 replies] Last: understand thank you (by Azat)
|
need if that returns #digits from loop |
|
[no replies]
|
by punjabian
calculating max sum of a sub rectangle in an array
|
|
[no replies]
|
by liondancer
Project Euler #2
|
|
[2 replies] Last: @firedraco: int can store up to 2^31 about 2 billions. @liondancer... (by tfityo)
|
by bigbluerobo
inheritance problem
|
|
[1 reply] : class CollegeCourse { //... }; class LabCourse : public Coll... (by IceThatJaw)
|
by rinnamorato
Help creating a while loop
|
|
[1 reply] : A for loop would be easier to use to traverse an array. (by IceThatJaw)
|
by esum
passing strings to functions
|
|
[1 reply] : Passing without the & makes a copy of the variable. Passing with the &... (by IceThatJaw)
|
by KS05
How would you handle this question?
|
|
[2 replies] Last: This might be easier to read than wjee's. void foo(double* arr, do... (by IceThatJaw)
|
by Billywizz
Overriding<< operator
|
|
[2 replies] Last: Even better than making that a friend would be to have getter methods ... (by IceThatJaw)
|
by joshrocks
would this work?
|
|
[2 replies] Last: Well i wan't to accwsese a ceirtan music file but then i would have to... (by joshrocks)
|