by shakib
no instance of constructor matches the argument list
|
|
[7 replies] Last: here is my Card.cpp #include "Card.h" Card::Card() { Rank=Ace; Su... (by shakib)
|
by CppCoder101
What does the data type 'Unsinged' and 'Signed' ?
|
|
[6 replies] Last: Ok thanks! =) (by CppCoder101)
|
by Salam rabaya
get sentence
|
|
[3 replies] Last: thank all =) =) (by Salam rabaya)
|
by geran6
Help splitting string without STL
|
|
[no replies]
|
by Faint
A problem with 'y'
|
|
[2 replies] Last: Sorry for the late reply. I've solved the problem (I don't really know... (by Faint)
|
by points2008
Question regarding Arrays in classes
|
|
[6 replies] Last: But, when I run diamond() it prints perfectly except for that array. p... (by points2008)
|
by activecat
A class function that uses an instance of its child class as argument
|
|
[11 replies] Last: You're welcome! (by MikeyBoy)
|
.DAT File |
|
[no replies]
|
setting array to int |
|
[8 replies] Last: ok thank you (by closed account Dy7SLyTq)
|
by Winkerd
Don't know what's the error. Reply fast!
|
|
[6 replies] Last: int power(int,int); //your prototype float power(float c, float d) //... (by ne555)
|
by cppct
Thread Implementation
|
|
[6 replies] Last: also needs -pthread with gcc (or you could use boost if you don't ha... (by majidkamali1370)
|
by agoswami
Add double quotes into string
|
|
[9 replies] Last: Thx a lot for reply . it works for me. (by agoswami)
|
by tyrousey
making is so the user can only type numbers
|
|
[4 replies] Last: i have been messing with it for awhile i have had to teach my self eve... (by tyrousey)
|
by ArnoldC
Problem passing classes by reference
|
|
[5 replies] Last: *arma.modifyParameter(5); here you are doing *(arma.modifyParameter(5)... (by andrenvq57)
|
by pwd
What's Wrong With my Min/Max Code Please Have a Look
|
|
[5 replies] Last: I tried putting lines 19 & 20 at the end of the loop and even after ... (by MiiNiPaa)
|
Overloading the plus operator for linked lists(binary numbers) (1,2) |
|
[26 replies] Last: I cut my computer off and it works! Thanks for your help! (by computerexpert)
|
by RAWBERRY
Heap Corruption Detected: Manipulating strings with pointers
|
|
[5 replies] Last: Wow that's it... spent so much time scratching my head over this and y... (by RAWBERRY)
|
by pel1993
ceasar Cipher with a txt C++
|
|
[4 replies] Last: Please edit your previous post so that it uses codetags (Highlight all... (by closed account 3qX21hU5)
|
by Winkerd
Function Call problem..
|
|
[15 replies] Last: Yeah thanks :) Thanks for the help! It worked :D (by Winkerd)
|
by RAWBERRY
Append suffix to string with pointer arithmetic
|
|
[14 replies] Last: It would delete the memory associated with "data", but it would not ch... (by toum)
|