by aggsyb
editing variables in classes, need help!
|
|
[13 replies] Last: If you're going to pass just the object as a reference argument to cal... (by AbstractionAnon)
|
by karamaniotis
Error about header file
|
|
[3 replies] Last: Yes, i change the code and there isn' t error!! Thanks! (by karamaniotis)
|
by savanh
please your help
|
|
[1 reply] : Line 7. How many characters are in the word that the user did type? Yo... (by keskiverto)
|
When you make a class the friend of another class, is it required to use a prototype to access its members? |
|
[4 replies] Last: No. friend declaration means "I give this class rights to touch my pri... (by MiiNiPaa)
|
by llllllll
Creating a function to lowercase a string.
|
|
[6 replies] Last: I forgot to include the parameters in the prototype -_- Thank you for... (by llllllll)
|
by imaghhc
what printf should i use to get this effect
|
|
[2 replies] Last: I got the idea but the column and row's size vary and could be 4, 6, 8... (by imaghhc)
|
Why isn't my "friend" function working as intended? |
|
[6 replies] Last: I was just experimenting with the friend functions so that I can under... (by SomeAmazingGuy)
|
by omer09
Finding MIn and max values BUt ?
|
|
[3 replies] Last: You may want to store a,b,c,d,e in an array and find de max in a loo... (by YokoTsuno)
|
by SeanTharpe
C++ Game Market?
|
|
[3 replies] Last: Put it on Steam (see Greenlight: your game will be voted by the commun... (by S G H)
|
by jwoodrow
File IO
|
|
[1 reply] : Make sure you have some place to store the numbers. You know you will ... (by JayhawkZombie)
|
2d Array |
|
[2 replies] Last: Sensor data is when user enter choice 1 to enter data for a shape. Sys... (by explorearound)
|
by Akigou
Sum of numbers: Loops
|
|
[2 replies] Last: Forget the sum. Write a for-loop that prints those numbers. (by keskiverto)
|
Merge Sort |
|
[no replies]
|
by Scizor
Simple question about storing to an array
|
|
[1 reply] : xs means "element n of the array xs". There is no element 26 of your... (by Duthomhas)
|
by HellfireXP
Problem with Assigning to Vector!!
|
|
[1 reply] : This code is really confusing. The culprit here is that your oper... (by Disch)
|
Apple Mach-O Linker Error |
|
[no replies]
|
by emveestuh
Graph problem
|
|
[1 reply] : I presume you must start at zero and stop at ninety-two? I've drawn th... (by Duthomhas)
|
by Beadarrian
Determine Frequency of Entered Letters
|
|
[2 replies] Last: Consider an input string of "abc" - Line 9 reads 'a' into input - Line... (by dhayden)
|
by dualdark
what does double * as parameter of a function means?
|
|
[7 replies] Last: woah thats crazy, i have enough atm with pointer to pointer =P (by dualdark)
|
by Aristocrate
Trying to create typing rpg
|
|
[3 replies] Last: Well 80% is 80/100 = 8/10 = 4/5 so that would mean if the number you g... (by giblit)
|