iterator and function argument |
|
[5 replies] Last: 1) you have two return types declared. As you want to return bool, rem... (by MiiNiPaa)
|
by SrgjanLDTeam
SimpleAddition Program
|
|
[14 replies] Last: Every time someone replies to a thread it is moved (or "bumped") to th... (by Duthomhas)
|
by m00n
question about using vectors
|
|
[3 replies] Last: Thank you :) (by m00n)
|
by SVcpp
I'm not understanding files!
|
|
[1 reply] : That's easy. Just because all the words except "Processing Data" was ... (by amchinese)
|
HELP PLZ!! |
|
[10 replies] Last: I dont see any logic in passing isFound as a parameter to the functio... (by Codermik)
|
by greatworlds
how to ask for input again if input validation failed
|
|
[2 replies] Last: Why you use double for mounth, it's betret int (integer), because moun... (by powerbg)
|
by aquilina
Undeclared identifier
|
|
[8 replies] Last: [quote=coder777]Furthermore: You haven't defined functions like GetCar... (by MiiNiPaa)
|
by StingRaptor
Spell Check.
|
|
[1 reply] : word == "exit" ← You cannot compare c-strings like that. Use strcm... (by MiiNiPaa)
|
by ruben5802
can someone run these codes for me and put the output here please? thanks!!
|
|
[3 replies] Last: Oh... Don't do multiple posts of the same question. (by Lachlan Easton)
|
by GironAntoine
run time error while destroying a vector
|
|
[6 replies] Last: Thank you, I made the change you suggested. As well, I move to anoth... (by GironAntoine)
|
Binary search |
|
[4 replies] Last: got it fixed it, thx (by Eraphine Astrid)
|
by claudilla
HOW TO ITERATE OVER EACH ELEMENT? HELP PLEASe!
|
|
[2 replies] Last: void insertHead(T value) = 0; { Node* curr = NULL; //could u expla... (by claudilla)
|
by CodingisFun
recursive function
|
|
[7 replies] Last: lol. One question about String, when it say s2.replace (3,2 s1); i ... (by CodingisFun)
|
by Huppa
Logical Errors - Functions
|
|
[18 replies] Last: It really depends on what you like and your operating system. Codebloc... (by CodeGoggles)
|
by lordnovas
Help Removing Duplicates
|
|
[2 replies] Last: ahh figured it out the correct is as follows: A buddy helped me out ... (by lordnovas)
|
by BLooDiEMuRDA
Simple Console Game Slight Error
|
|
[4 replies] Last: Oh ok, very helpful information especially for the collision part (: (by BLooDiEMuRDA)
|
by Elekhyr
Help for map<std::string, MyObj*>
|
|
[3 replies] Last: Do you really need the key? Why not just use a std::vector<Block>? (by naraku9333)
|
by rayna
Need help with input and output using arrays
|
|
[8 replies] Last: #include <iostream> #include <fstream> using namespace std; int mai... (by rayna)
|
by abriella1
arrays, file and function...help please.
|
|
[1 reply] : If you make an attempt at solving them and post your code, we can help... (by freddy92)
|
by uandjstu
I need help,urgent please.
|
|
[6 replies] Last: Well the best way to get help is to at least try yourself then someon... (by Codermik)
|