by ADTR2012
Pointers
|
|
[1 reply] : void addNumber(int *& void addNumber(int * ↑ There. Different defi... (by MiiNiPaa)
|
by weaver126
need help with break statement or return statement. Dev C++ temp converter
|
|
[11 replies] Last: @TheIdeasMan I just wrote what he had similar with the switch stateme... (by crimsonzero2)
|
Guessing Game |
|
[3 replies] Last: This is the most efficient dichotomy methos, which gives you result in... (by MiiNiPaa)
|
by clarkd
A Simple Function Help, Please!
|
|
[3 replies] Last: @clarkd I personally hate dislike constructs like line 125. They a... (by TheIdeasMan)
|
by sojalife12
HELP infile and functions
|
|
[no replies]
|
by james116
Evaluate the sum of all the amicable numbers under 10000.
|
|
[3 replies] Last: I changed the code a bit so that now it should run faster. However now... (by james116)
|
by Jose94ji
Help with void functions
|
|
[no replies]
|
by cmiller9732
check my program
|
|
[2 replies] Last: thanks!!!!!!!!!!!! (by cmiller9732)
|
by xsxs
really need help
|
|
[8 replies] Last: I don't see how it's possible for this program to crash. Unless you me... (by Olysold)
|
by elv5022
Function Help
|
|
[6 replies] Last: I've actually figured it out! Thanks everyone for the help! (by elv5022)
|
by Tiger58
How to transfer an array to a class array?
|
|
[no replies]
|
by ToLesto
need help with char array
|
|
[12 replies] Last: managed to solve it with some testing for(int j=0;j<ymapsize;j++) ... (by ToLesto)
|
by FaffyWaffle
Functions C++ Problem
|
|
[2 replies] Last: Its ok, i was just gonna get this to display properly first as my assi... (by FaffyWaffle)
|
Why won't it output to textfile |
|
[13 replies] Last: great!! You should mark this topic as solved. (by Marcos Modenesi)
|
by tophe
Helper functions
|
|
[3 replies] Last: To be useful in the std::sort() function compareByName() should be a... (by tcs)
|
by jjwarns
simple spell check.
|
|
[2 replies] Last: For debuggin purposes, I'd add some lines to see if the code is doing ... (by Marcos Modenesi)
|
by wolfpack4417
Help with vectors and pointers
|
|
[1 reply] : integer.h line 24: vector<bool> is a template specialization. It d... (by AbstractionAnon)
|
by lauarius
Help.
|
|
[1 reply] : After launching your application the process blocks until you've enter... (by tcs)
|
by tcan618
Robot class question
|
|
[2 replies] Last: and suddenly I understood why these aren't work (by tcan618)
|
by tcan618
Robot class
|
|
[2 replies] Last: found it GetInput(name + ", bla bla.."); (by tcan618)
|