|
by Stewbond
Differences between compilers
|
|
|
|
[4 replies] Last: Ah, yeah. Visual studio didn't have stdint.h until VS2010. Although, y... (by Thumper)
|
|
by LowestOne
Overloading [] with container or pointers
|
|
|
|
[1 reply] : return a reference: class Foo { private: MyType things ; publi... (by Disch)
|
|
by mithrazor
pipe() read() and write()
|
|
|
|
[no replies]
|
|
by ethan68
finalists
|
|
|
|
[1 reply] : Every time you call rand() you get a different number. So this chec... (by Disch)
|
|
by syperus
Program freezing on loop
|
|
|
|
[no replies]
|
|
by seftoner
Quick comparison of two files.
|
|
|
|
[7 replies] Last: 1. Pre-compute and store a checksum (say MD5) for each large file fil... (by seftoner)
|
|
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]
|
|
by DTSCode
setting array to int
|
|
|
|
[8 replies] Last: ok thank you (by DTSCode)
|
|
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)
|