by Nison
Strings.
|
|
[2 replies] Last: Try it this way Yes, it did work. Thank you very much! (by Nison)
|
by Rashad2
Practice
|
|
[5 replies] Last: this site's tutorial (by xenovia12)
|
by Ascendant78
Issues with default for an int
|
|
[6 replies] Last: Something like this perhaps: If extraction fails, failbit is set an... (by JLBorges)
|
by anonymous8
std::string to int
|
|
[5 replies] Last: Line 7 doesn't do what you want. s1 gives you a char , which is an... (by Peter87)
|
by noobtutor
Where is "int n" declared?
|
|
[8 replies] Last: You had essentially: void swap(int *p1, int p2); void swap(int *p1, i... (by keskiverto)
|
by csbs5c26
for loop until 0
|
|
[4 replies] Last: thx (by csbs5c26)
|
by Mary Mendoza
Troubles Understanding Variables in Classes
|
|
[1 reply] : class what{ int x; public: int getx(){ return x; ... (by LendraDwi)
|
by akif13
Searching
|
|
[1 reply] : [code firstline=31]bool found = false; for(i=0; i<5; i++) //the loop i... (by Smac89)
|
int menu and char's being input |
|
[1 reply] : char x; int y; cin>>x; if(isdigit(x))y=atoi(x); //you can do somethi... (by LendraDwi)
|
by Rashad2
Multi Arrays
|
|
[1 reply] : I don't think its possible but if it is every employee have 4 salary (by LendraDwi)
|
by wolfv
Break loop when key is pressed
|
|
[4 replies] Last: Thanks Duoas, the example on http://www.cplusplus.com/forum/beginner/5... (by wolfv)
|
by sjabat
COFFEE SHOP PROGRAM void
|
|
[4 replies] Last: [quote=bilgramiraza]and include an return 0 at the end of the main ... (by BHX)
|
by hunterx893
Compound Interest
|
|
[1 reply] : 1/12 is an integer expression, and so uses integer division. 1/12 == 0... (by helios)
|
by Ozwurld
Understanding Operator Overloading
|
|
[3 replies] Last: Reference. Your Word::operator== takes a reference parameter. The 'r... (by keskiverto)
|
by VisuAlly
What do these errors mean?
|
|
[2 replies] Last: Ahh, alright I see. Thank you very much! Those are very helpful. (by VisuAlly)
|
by mehak
structure
|
|
[5 replies] Last: Aha. (by cire)
|
by Bogeyman
Multiplication Through Addition Function
|
|
[12 replies] Last: No problem (by Jamerack)
|
by xenovia12
site
|
|
[1 reply] : Let's just all not reply, so he takes the time to read before asking u... (by TheToaster)
|
by TheToaster
Template problem! expected initializer before '<' token (Solved)
|
|
[15 replies] Last: Oh.. now I get an error. Fixing now, thanks :) (by TheToaster)
|
by sjabat
inventory program
|
|
[4 replies] Last: Well, first open the file with ifstream input("inventory.txt") tr... (by TheToaster)
|