by genomaverick
how do i make this kind of program?
|
|
[2 replies] Last: can you give more details please? I don't get what you want to do. (by Cojones)
|
by CATCH3624
Having problems with the tax tables
|
|
[4 replies] Last: Thanks. You were right. (by CATCH3624)
|
by mr zdeis
having fun with C++
|
|
[3 replies] Last: No, you should return return(fib(n-2) + fib(n-1)); What you're do... (by chrisname)
|
by Bv202
Polymorphism
|
|
[2 replies] Last: Hmmm, there was a part in the tutorial explaining this, which I didn't... (by Bv202)
|
by InLight
Don't know how to define template of a subclass.
|
|
[2 replies] Last: Alright cool, that seemed to do the trick, thanks! (by InLight)
|
Having trouble with Division |
|
[2 replies] Last: Yes, your sine variable isn't dynamic, it's static meaning that when y... (by chrisname)
|
by makan007
Qns: (x<y) ? y * 2: y * 3
|
|
[2 replies] Last: Thank you so much. :) (by makan007)
|
by ST34LTH H4WK
Noob Guide Pleaz
|
|
[9 replies] Last: Well... if you say so. Ok, then, don't learn ASM. I guess it isn't ... (by chrisname)
|
by DrChill
Critique away
|
|
[5 replies] Last: woops also I must hurry and this must be the longest variable na... (by DrChill)
|
by DrChill
Am I the only one noticed? (1,2)
|
|
[21 replies] Last: What do I do, it errors me if I #include "curses.h" or panel.h ? (by DrChill)
|
by chrisname
Having some trouble with variadic functions and SDL
|
|
[14 replies] Last: Oh, ok. (by chrisname)
|
by DrChill
What'd I do this time ...
|
|
[4 replies] Last: One of my programming teachers called what you're doing "scratching yo... (by helios)
|
by mareon
bool statment
|
|
[6 replies] Last: LOL! XD (by Duthomhas)
|
by rpgmaster
Small tool to terminate console
|
|
[3 replies] Last: Well, that's inconvenient I guess. Something like this? #include ... (by chrisname)
|
by Byte
Making a game
|
|
[7 replies] Last: looks nice, thanks. (by Byte)
|
by rpgmaster
window instead of console
|
|
[3 replies] Last: No problem :) If you ever get stuck doing something in windows, use m... (by chrisname)
|
by obana1990
infinite loop...
|
|
[1 reply] : Great. Now try writing it in English. I really can't understand you... (by chrisname)
|
by byu1212
Loop not functioning
|
|
[4 replies] Last: Wow! A little miscue such as setting x = 0 was the problem. I can't th... (by byu1212)
|
by rpgmaster
if and else to string
|
|
[3 replies] Last: ohh yeah it did work by leaving a has "a" it did work ahh man thanks (by rpgmaster)
|
by Byte
Octal's, Hexadecimals
|
|
[5 replies] Last: bases are ways of expressing numbers. The number of the base is how ma... (by mspy2plus)
|