by xDualBladerZ
Need help with my programming project
|
|
[no replies]
|
by specter113
Need help with classes
|
|
[7 replies] Last: I found it. Think ive been staring at it for too long lol (by specter113)
|
by kccpo
A little help with a equation please
|
|
[7 replies] Last: LOL Totally understand that! Thank again! Cheers (by kccpo)
|
by slour
File location
|
|
[2 replies] Last: okay, too easy thanks. (by slour)
|
by zelong
How could I substitute a value in c++
|
|
[1 reply] : I know there are some other errors in the program, but I am trying to ... (by zelong)
|
Please explain register getchar_unlocked() |
|
[3 replies] Last: No, that line defines getchar_unlocked as being a macro for gc() . ... (by LB)
|
by khatereh
simple cin and cout
|
|
[7 replies] Last: As I already said, it isn't possible to have "Grade: " appear on the s... (by LB)
|
by mgjohns61585
My program keeps failing....Help!!!
|
|
[1 reply] : int getScore (int testScore, int i, double total); Why is this insi... (by TarikNeaj)
|
by JMac618
Direct data to different instances of a structure
|
|
[6 replies] Last: struct Date { int day; char month ; int year; }; struct Eve... (by hyperfine)
|
by HellfireXP
Rectangle Structure - Better method for encapsulation?
|
|
[1 reply] : The point structure if for some reason you think it would be helpful t... (by HellfireXP)
|
by mgjohns61585
I'm getting errors that I don't know how to fix. Please Help!!!
|
|
[7 replies] Last: int getScore(int, int, double total); // total has to be double not i... (by TarikNeaj)
|
by Radu599
Brick game in graphics.h
|
|
[no replies]
|
by JMac618
Define a structure member that is inside another structure
|
|
[4 replies] Last: because I'm an idiot... Thanks, that worked! (by JMac618)
|
by monparlour
help with a point, shapes cmath program
|
|
[2 replies] Last: ahh yes, I forgot the calculation step! thank you. (by monparlour)
|
by savanh
need hlep please
|
|
[2 replies] Last: dynamic_cast<loli*>(&d); (by fg109)
|
by patriic48
Function in class
|
|
[1 reply] : void skriv_kontolista(vector<Konto>&konton); // This is what your fun... (by TarikNeaj)
|
by deadripx019
Reading values from text files
|
|
[1 reply] : This is my file. void product_menu() { int ans; cout << "\n1. Add ... (by deadripx019)
|
by Jekee
Verifying if a string is a number
|
|
[2 replies] Last: When I did it a few months ago, I used isdigit http://www.cplusplu... (by TarikNeaj)
|
by etrusks
Few operator overloading that bothers me
|
|
[3 replies] Last: Cant believe i missed that it worked. I thought i tried it and it didn... (by etrusks)
|
by anuran1995
Reverse a string and calculate ASCII difference
|
|
[1 reply] : Is funny IF difference for each pair is same. In other words: is not... (by keskiverto)
|