by TEODOE
Translate pseudocode
|
|
[17 replies] Last: I like this forum because I learn alot more than whats in the book, I'... (by abilify)
|
by Quentin
Redeclaration a member function
|
|
[2 replies] Last: Because it doesn't make any sense. Redeclaring would unnecessary du... (by Disch)
|
by Rivendal
Question About Functions.
|
|
[3 replies] Last: Alright I've changed the code for A what do you think about this funct... (by Rivendal)
|
by Jesuss
I got a problem with this simple program
|
|
[6 replies] Last: i think your 'if' should be like this : char ch; //just to declar... (by nosxlimit)
|
by airwulf
division and modulus
|
|
[5 replies] Last: I found it thanks I didn't close off one of my lines (by airwulf)
|
by thomascrabs
VS2008 - main.obj : error LNK2019
|
|
[5 replies] Last: OK cheers, I wasn't sure where to put it but that makes sense... thank... (by thomascrabs)
|
C++ Pointers, is this correct |
|
[14 replies] Last: Thanks for the help, I appreciate it. It's making a lot more sense. T... (by businessman332211)
|
by shivas88
selection sorting
|
|
[4 replies] Last: int selsort(int data , int n) { int temp,min_id=0,min=0,i; ... (by gcampton)
|
by neok
Templates, I got some problems with function calling
|
|
[7 replies] Last: never mind. I found the culprit of my problem. In my code I didn't set... (by neok)
|
by MWH
test3.cpp:6: error: expected primary-expression before ‘int’
|
|
[1 reply] : Works fine for me. What compiler are you using? If you're using V... (by closed account jLNv0pDG)
|
by abilify
a puzzle maker I wrote
|
|
[5 replies] Last: If nothing else, at least Python code always looks nice. Although, you... (by closed account jLNv0pDG)
|
by DyslexicDan
The classic casting a char to an int problem
|
|
[2 replies] Last: You can also use the atoi function from the standard library to conv... (by magnificence7)
|
by rishamessi
Casting
|
|
[2 replies] Last: http://cplusplus.com/articles/numb_to_text/ (by blackcoder41)
|
by tonyg362
Syntax question
|
|
[6 replies] Last: Ah, yes that is the syntax for bit fields. Thanks. (by tonyg362)
|
by youyouxue
Invalid Conversion from 'const char*' to 'int'
|
|
[4 replies] Last: abilify had it correct in his first post, you can't assign a string to... (by gcampton)
|
by mo94015
C++ newb program
|
|
[1 reply] : Feel free to show the work you have done so far, what is it your havin... (by gcampton)
|
by Regine
TIC TAC TOE and CHINESE CHECKERS
|
|
[1 reply] : err ... a 2 dimensional array, you should know how to do this ... (by DrChill)
|
Returning 0 on main |
|
[11 replies] Last: Thanks again, that was pretty helpful. I wasn't going to look back bec... (by businessman332211)
|
C++ type casting |
|
[10 replies] Last: Perfect, thanks guys. That really put a lot of things into perspective... (by businessman332211)
|
by rishamessi
Decoder
|
|
[14 replies] Last: why do his homework for him? it was bad enuf he was begging.... (by gcampton)
|