by iamtito
How do I overload
|
|
[3 replies] Last: hmm well, the basics of function overloading is when you define two fu... (by Duncan)
|
by Jason2132
Problem with 'Banking System' code
|
|
[2 replies] Last: Skillless is mistaken you're right to #include "Bank Class.h" instead ... (by Duncan)
|
A problem with clearing std::cin |
|
[8 replies] Last: Hello Friends i am jim smith and i am new to this forum. When I ... (by jimsmithusa12)
|
repetition and invalid if statement |
|
[3 replies] Last: What is it that you want your get_score function to do? Why does it... (by daveD)
|
by yotama9
creating a copy constructor
|
|
[6 replies] Last: I'm sorry, data_ was a leftover from the code I copied from. I edited ... (by R0mai)
|
by Fresh Grass
Initializing null-terminated char array inside class
|
|
[6 replies] Last: Assuming you initialize i to 0... Memory and stability wise, no, they ... (by jsmith)
|
by Wander
Deque Problems
|
|
[3 replies] Last: nameCounter = 0; monsterCounter = 0; number... (by Wander)
|
by jewing87
PLEASE H3LP: Converting color bands(strings) to resistance and tolerance
|
|
[9 replies] Last: [quote=jewing87]i cannot use a struct i have to use a class... Do it... (by m4ster r0shi)
|
by xander333
Global variable not declared in this scope
|
|
[10 replies] Last: If you have an array like this: int myarray , then they are 5 eleme... (by guestgulkan)
|
by koutsos1
Calculator class
|
|
[5 replies] Last: Heres an example on how to have the numbers and operators in your clas... (by Skillless)
|
by AdventWolf
Question about the PlaySound() function
|
|
[5 replies] Last: I tried using FMOD but I couldn't get it to work. It acted as if there... (by AdventWolf)
|
by Ponchosam
Unbuffered IOstream transforming char to int...
|
|
[no replies]
|
by imod
'main' must return 'int'
|
|
[5 replies] Last: This can be confusing since some compilers allow void main() and you... (by cnoeval)
|
by nathan10
Token Problem in Calculator
|
|
[1 reply] : like you are doing there the ! operator comes before the expression I... (by Bazzy)
|
by nathan10
Problem Using MSVC Express
|
|
[2 replies] Last: I recommend you stick to VC++ Express. It's a fine IDE and it's very e... (by filipe)
|
by DBarzo
Copy structs with string members
|
|
[2 replies] Last: Oh my God!! Ssss...don't tell to anyone what I asked! :-P (by DBarzo)
|
by dumbterminal
Priotity Queue Again
|
|
[2 replies] Last: zee Thanx. :D (by dumbterminal)
|
by jbourne
How does a C/C++ compiler work?
|
|
[1 reply] : Can you be more specific in your question? http://en.wikipedia.org/wi... (by Bazzy)
|
by javanovice
typedef and array as parameter
|
|
[2 replies] Last: Thank hamsterman, I get it !!! I didn't understand what hamsterman s... (by javanovice)
|
by pratikpatel
Sorting and finding strings.
|
|
[3 replies] Last: Hi, Few changes: 1) Instead of using >> use getline to enter name i... (by phoenix111)
|