by djdashwood
addition
|
|
[2 replies] Last: thanks....XD (by djdashwood)
|
enum - typedef enum problem |
|
[2 replies] Last: false, true and bool are key words. you cannot redefine them that way (by coder777)
|
by ExponentialP
Classic Problem: Compound Interest Calculator
|
|
[5 replies] Last: @Browni3141 I posted the for loop I'm using for this exercise above...... (by ExponentialP)
|
by matt295
Problems with one compiler error for Sorted List program
|
|
[1 reply] : Hi, after trying your code for a while I managed to find the error ... (by shredded)
|
It wont acknowledge my functions |
|
[3 replies] Last: In reply to Athar: aaaaah so THATS whats the "return" is for.... ok, ... (by The Failing Student)
|
by syntax010011
Question from class cant seem to type cast +another issue
|
|
[1 reply] : I used setprecision(0)<<fixed; to force the decimals away, but the day... (by syntax010011)
|
by jamaican1231
problem with sizeof() function
|
|
[2 replies] Last: Could you provide some sample code? I don't think that's supposed to h... (by PiMaster)
|
by Krisando
Converting char into C char* string
|
|
[2 replies] Last: Wouldn't memset do the same kind of thing? I found the problem, for... (by Krisando)
|
by cpluscpluc
Problems with class program
|
|
[2 replies] Last: I understand what you did, thank you. (by cpluscpluc)
|
by LittleQuick
My Whole Program Needs Medical Attention
|
|
[4 replies] Last: Thanks I never thought about it like that! (by LittleQuick)
|
by Jsel
Vectors vs. Linked Lists
|
|
[2 replies] Last: If you're going to do a lot of insertion/deletion definitely go for a ... (by filipe)
|
by Tetrodotoxin
error: expected constructor, destructor, or type conversion before '=' token
|
|
[1 reply] : Is that all your CPP file contains? Your CPP file needs to either c... (by Zaita)
|
by thenewguy
I need a simple (but full) example of how to changed directory with a win32 app
|
|
[7 replies] Last: This sound's like your trying to build yourself an installer. Why don'... (by Zaita)
|
by kkostas
Always displayed lines/rows
|
|
[6 replies] Last: @Duoas: Thanks for the link. @Disch: Very interesting topic. Thank... (by kkostas)
|
by twentfiveu
Unable to make sense of these compiler errors
|
|
[3 replies] Last: Your prototype for int readDials(int, int, int, int, int, int, int, i... (by Zaita)
|
by nquadr
problem with if else statement
|
|
[10 replies] Last: hi, "=" is an assignment operator, "==" is a comparison operator. ... (by obice)
|
by thebagel
Difference between arrays and pointers
|
|
[2 replies] Last: Ah, I see. Thank you very much. (by thebagel)
|
by Anders4000
Allegro Console Program Error
|
|
[8 replies] Last: It's fine (: if i want to make some games text based 1 day, i can make... (by Anders4000)
|
by tmassey28
Just started last week
|
|
[3 replies] Last: It worked! I have a tendency to complicate things... thanks for this! (by tmassey28)
|
by krazzyfaiq
C++ PROGRAM problem
|
|
[7 replies] Last: It looks like you completely ignored the advice Return 0 gave you in t... (by filipe)
|