by Z feng
a String Length Function without using <cstring> (1,2)
|
|
[26 replies] Last: get it! Thank you so much! (by Z feng)
|
by Housslv
Problem in a very simple program if user inputs float in a variable that is defined as int.
|
|
[3 replies] Last: If n is supposed to be an integer than the user of your program is j... (by Housslv)
|
by Da0omph
I need a forumla
|
|
[6 replies] Last: Tntxtnt's code would work perfectly. (by DesiredNote)
|
by Tiger58
How to make the 'switch' function hold 2 characters?
|
|
[14 replies] Last: BTW, the reason a switch doesn't work for this is (basically) the same... (by Mathhead200)
|
by miguel11795
I don't know what's wrong with my array.
|
|
[7 replies] Last: Thanks. Wow I feel really stupid for not seeing that. I'm very new to ... (by miguel11795)
|
by Tiger58
Maximum, Minimum and Average?
|
|
[3 replies] Last: Most programmers would go for the loop option, I think. What if you ha... (by TheIdeasMan)
|
by mrpusten
Loop just goes on..
|
|
[7 replies] Last: You need to include a for loop that runs for the # of times that they ... (by freddy92)
|
by cwb0101
Checking for repeats using loops.
|
|
[8 replies] Last: int arr for (int i = 0; i < 20; i++) //Populate array with 0-19 nu... (by freddy92)
|
by chillm4
Problem while testing class methods
|
|
[8 replies] Last: Since you're reading in the entire Store object in the constructor, I ... (by cire)
|
Mouse Programming |
|
[6 replies] Last: Either use PDCurses or use the Win32 Console functions. You will hav... (by Duthomhas)
|
by cheshirecat
cout << ( row % 2 ? "<" : ">" );
|
|
[14 replies] Last: thanks a bunch (by cheshirecat)
|
by SGM3
Classes (1,2,3,4)
|
|
[65 replies] Last: This is really neat. I have watched it over and over again. I would li... (by SGM3)
|
by Trac511
Help! (updated code)Using Functions and bool to add hours and minutes
|
|
[11 replies] Last: If this means rearranging the order of the function calls, I cannot do... (by Trac511)
|
by Kronolynx
need help in function
|
|
[3 replies] Last: There is no such member function declaration as void words() inside th... (by vlad from moscow)
|
by coobs
invalid operand errors galore
|
|
[5 replies] Last: They are very strange errors. They should not be. Try to include head... (by vlad from moscow)
|
by Forseth11
••Resizing HELP!••
|
|
[6 replies] Last: I have used Google. (by Forseth11)
|
by Nelliel
overloading cout for a template linked list
|
|
[3 replies] Last: So the ListNode<> and List<> types are distinct classes? If they are, ... (by Duthomhas)
|
by clodi
my first GAME!!!
|
|
[8 replies] Last: again, thank you very much I think I will go for the controversial on... (by clodi)
|
1 error in my program please help |
|
[5 replies] Last: I got it all working and received a 100 on my program, thanks for the ... (by EternalTactician)
|
by GalaxyM31
Stacks
|
|
[3 replies] Last: Thanks Aceix and Computergeek...I'll give this a try! :) (by GalaxyM31)
|