by zachtastic
trouble with classes
|
|
[5 replies] Last: alright i fixed all the previous probems and have a problem i have nev... (by zachtastic)
|
Tic-Tac-Toe |
|
[4 replies] Last: Thanks for the reply. I've rewritten my code and it went from 1115 lin... (by Static Electricity)
|
by luvsom
passing by pointer
|
|
[2 replies] Last: got it. thanks for ur help (by luvsom)
|
by ArcherSam
Stream vs. Buffer
|
|
[6 replies] Last: Thanks, Yeah, I see now, Cplusplus explains it better. Wiki says n... (by ArcherSam)
|
by ArcherSam
Inline functions
|
|
[2 replies] Last: Thanks Zhuge, So an inline function is when a function is called, ... (by ArcherSam)
|
by pdxstudent
Making words not appear on the screen while the user types them
|
|
[7 replies] Last: It's also really annoying to use... I've tried it a few times and coul... (by chrisname)
|
by joeriMJ
problem with class templates
|
|
[5 replies] Last: you're right jsmith. That works just fine. Thank you (by joeriMJ)
|
by spazamatic2
Binary problem
|
|
[7 replies] Last: Ok so I have this now, now how would I call it in main? #include <... (by spazamatic2)
|
by Nada cs
please hellllp !! how to do this program ???
|
|
[2 replies] Last: http://www.rentacoder.com/RentACoder/DotNet/default.aspx (by Zhuge)
|
by sruggiero
function pointers to other class functions
|
|
[3 replies] Last: PS Do you think this is the right way of setting up this problem, I am... (by sruggiero)
|
by Tafhim
Consecutive function call problem
|
|
[3 replies] Last: cout << count1 << endl; is a series of function calls that use the s... (by kbw)
|
by j3tt
debugging a bonus calculation program
|
|
[1 reply] : enterItems takes salesAmt and rate by value. So it doesn't pass them ... (by kbw)
|
by grcunning
error deleting file
|
|
[1 reply] : Have you closed the file before attempting to delete it? (by kbw)
|
by BSRober
Printing Prime Numbers less than 2000 using an array and for loops
|
|
[2 replies] Last: You can look up 'The sieve of Eratosthenes' and work out the the algor... (by closed account z05DSL3A)
|
by halestorm222
I'm confused on where to start.
|
|
[1 reply] : It's just a class. You'll need a main-function which calls the const... (by MaikCAE)
|
by TBird
Where to go next?
|
|
[3 replies] Last: Yeah, I'm using v4 cause it was free. My brother used it in his colle... (by TBird)
|
by grcunning
test string for integer
|
|
[1 reply] : Here is the absolute best way to do it in C++: #include <boost/l... (by PanGalactic)
|
by ragnamanga
item databasing in *.txt
|
|
[3 replies] Last: the contents of ITEM_DB.txt is: 101 knife 12 2 3 102 axe 8 22 1 ... (by ragnamanga)
|
by mtod1
Some example noob code i'm playing with.
|
|
[5 replies] Last: Here is my current code for users to enter and confirm their username ... (by mtod1)
|
by KaidzAccount
Problem Learning Classes
|
|
[7 replies] Last: Ah, yes, don't forget standard containers (vector, list, deque, map, s... (by tummychow)
|