by dunsondog109
inputing a file with unix command
|
|
[9 replies] Last: @moorecm Okay... I need to brush up on my Unix shells (I've been us... (by Albatross)
|
by nothvice
C++ GUI Question
|
|
[1 reply] : Don't take my word for it, but personally i'd say that the SDL library... (by AngelHoof)
|
by barkley
Tax bracket function
|
|
[10 replies] Last: Yeah, you just need to change your comparison operator from || to &... (by Da0omph)
|
by eliyaoo
the code not work
|
|
[3 replies] Last: [quote=packetpirate]First of all, what the hell is "cerr"? You might w... (by Incubbus)
|
by Kakashi
M41A Pulse Rifle airsoft gun
|
|
[3 replies] Last: Any programming you do won't be done in C++ (by packetpirate)
|
by Zifker
Attempting to finish a project for my course
|
|
[9 replies] Last: Thank you so much for the help! (by Zifker)
|
by yk1
ambiguous symbol error using overloaded operator+
|
|
[2 replies] Last: wow that's all it was haha. I changed distance to Distance and it... (by yk1)
|
by Rhap
Small error with Color in class
|
|
[no replies]
|
by petergrwl
fmin/fmax
|
|
[1 reply] : Yes, except I would say a fmax() would read better as a>b rather than ... (by PanGalactic)
|
by spectre
Craps game homework assignment
|
|
[15 replies] Last: Everything looks good, but there is still a small issue with determine... (by Archaic)
|
by SirSkorpan
How does this generate algorithm work?
|
|
[2 replies] Last: Thank you very much guestgulkan, with your response and a little furth... (by SirSkorpan)
|
by kkerriny
figuring out an error
|
|
[4 replies] Last: thanks! now, i have these errors: 1>c:\documents and settings\st... (by kkerriny)
|
by Deluge
Print "01" in Place of "1"
|
|
[1 reply] : if (i>0 && i<10) cout << 0; cout << i; Also: [quote=dwhi... (by Deluge)
|
Weird Error |
|
[12 replies] Last: here is how to start your own topic. Select the forum you want to pos... (by guestgulkan)
|
by valleymannn
list of pointers to objects
|
|
[3 replies] Last: Going back to the original code; what's wrong with this code?? ... (by guestgulkan)
|
by Nikoru
Question: Pointer
|
|
[6 replies] Last: No. A pointer is an alternative way to access data. Using a pointer to... (by closed account Lv0f92yv)
|
by sanalsprasad
Find the sum of digits of 2^1000
|
|
[10 replies] Last: i finally figured it out.....all i had to do was remember how to multi... (by sanalsprasad)
|
by Nikoru
The best Tutorial that I have ever seen!
|
|
[no replies]
|
by Jamie09
Comparing files
|
|
[10 replies] Last: Ah, I bet you were in a different working directory than the program. ... (by Duthomhas)
|
by Porras78
double pointer / indetermined-sized matrix
|
|
[1 reply] : Hi, again. Well, sorry for posting... it seems that I found a solut... (by Porras78)
|