by rcast
Redundant Function (recursion)
|
|
[4 replies] Last: Thanks Chervil and ne555. I moved the message into the test check cond... (by rcast)
|
by Foxar
Mistake in the source code, no error, game. (1,2)
|
|
[24 replies] Last: I thought about that it is uninitialized integer as well, but if you s... (by Foxar)
|
by Riles19
functions with char
|
|
[1 reply] : If you indeed want to pass and return a variable of type char then the... (by vlad from moscow)
|
by Felicia123
get equivalent polar coordinates
|
|
[10 replies] Last: Glad its working out. If you need help in the future, just post a qu... (by Chervil)
|
by Shannon92
HELP! I can't figure out how to use a sort function
|
|
[8 replies] Last: Hey I'm sorry I keep forgetting to tell you THANK YOU! I finally got i... (by Shannon92)
|
Help with nesting |
|
[3 replies] Last: I need to see more of your code... You cannot say else isPremiumCustom... (by rcast)
|
by Smatik
math sum problem
|
|
[2 replies] Last: total+=double pow(double x,int i)/i; →→ total+=pow(x, i)/... (by MiiNiPaa)
|
by lordrey
pls help me trace my final exam
|
|
[2 replies] Last: thanks you so much. (by lordrey)
|
by tcan618
Changed the question, HELP ASAP PLEASE
|
|
[9 replies] Last: Whoops. Yes, you are right. Looks like only way to safely do this is t... (by MiiNiPaa)
|
by ASAAD
if/else & switch statements
|
|
[1 reply] : Asking for more difficult exercises on if-else and switch statemen... (by MiiNiPaa)
|
by GGMethos
Implementing an Array Based List class to perform a selection sort
|
|
[3 replies] Last: Define it like you define any other variable... May be like this..... ... (by kameswarib)
|
by tpinon
structures and functions HELP!!
|
|
[2 replies] Last: thank you Maeriden! that was a silly miss on my part. (by tpinon)
|
by degausser
Calculator program passing values by reference.
|
|
[12 replies] Last: If you'll notice, in order to make everything look 'neat' I leave the... (by AbstractionAnon)
|
by ahkbarnine
ples forum. .
|
|
[3 replies] Last: @Chervil I appreciate the quick and detailed response. Thank you (by ahkbarnine)
|
Substring??? |
|
[1 reply] : if ( card.length() != 0 ) { std::string value = card.substr( 0, ca... (by vlad from moscow)
|
by Majidh
Address Book
|
|
[no replies]
|
by StevenH
Checking Answers.
|
|
[8 replies] Last: float works fine in this case. You will need to remove int and use flo... (by osgwsy)
|
by jaden5165
char * abc = (char *)
|
|
[9 replies] Last: ok.. thanks MiniPaa! (by abhishekm71)
|
by Smatik
New to c++
|
|
[1 reply] : #include<iostream.h> →→ #include<iostream> .h versions o... (by MiiNiPaa)
|
by StevenH
Student, Need Help!
|
|
[7 replies] Last: Hi, i have edited your code. Hope this helps. #include <iostream> #... (by osgwsy)
|