by Kyon
Header file optimization
|
|
[6 replies] Last: unary minus? use boost::operators where possible provide friends... (by jsmith)
|
by bunkdeath
need multi thread programming tutorial...
|
|
[2 replies] Last: You'd better use the boost threading library: it's in C++ ( not C ), i... (by Bazzy)
|
by Claymz
default constructor for child classes?
|
|
[7 replies] Last: Ok, i figured out everything now, thanks to you! (by Claymz)
|
by manasij7479
Using more than one file
|
|
[2 replies] Last: Thanks....will be testing classes now.. (by manasij7479)
|
by gers1978
Do I need to use cin.get()
|
|
[1 reply] : see this post: http://www.cplusplus.com/forum/beginner/24470/ (by sourena)
|
by myspip
Method in a class calling upon method in encapsulated class variable
|
|
[4 replies] Last: Ah, you are entirely right. When I tried the latter part i forgot to... (by myspip)
|
by pratap04
aphabetical sorting
|
|
[5 replies] Last: ya....that is a better idea..thank you. (by pratap04)
|
by Drj312
counting values
|
|
[2 replies] Last: By the way, try getting the habit of commenting on your program (use /... (by kaduuk)
|
by kulfi
two cpp files
|
|
[2 replies] Last: I'd think you're saying you'd like to be able the first .cpp file at t... (by kaduuk)
|
by danny16
string conversion problem
|
|
[5 replies] Last: Are you sure that b needs to be a string in the first place? a and c a... (by Galik)
|
by slg5094
While Statements
|
|
[15 replies] Last: [quote=xcrossmyheartx]Can somebody tell me what these lines of code ar... (by filipe)
|
by sendjy
compiler can't find memeber function
|
|
[2 replies] Last: ohhhh, i've actually read about this from a book. Thanks a lot. (by sendjy)
|
by hamed2005
Problem with member func. O.L
|
|
[2 replies] Last: thank you very much! R0mai! (by hamed2005)
|
how to use .net containers |
|
[5 replies] Last: [quote=mohamedhassan]is my question in algebra !!!! Your question is a... (by Bazzy)
|
by Krahl
#Include and functions
|
|
[4 replies] Last: Thanks Disch, Sourena and Kyon for your time and your repies. I kne... (by Krahl)
|
by user1234
what is a "Future"
|
|
[1 reply] : There's not. It will be a feature of C++0x threading library http://w... (by Bazzy)
|
by Zero One
Organizing Dates/Times
|
|
[4 replies] Last: Boost.Date_Time: http://www.boost.org/doc/libs/1_43_0/doc/html/date_t... (by moorecm)
|
by Sorcus
Typedefs of boost types inside classes
|
|
[1 reply] : You can't initialize the data member myArray in that way; it has to be... (by jsmith)
|
by Blooded
case problem.
|
|
[5 replies] Last: yeah, sorry, that reply got added right as i posted.... thanks anyway... (by Blooded)
|
by emcyroyale
Errors again
|
|
[2 replies] Last: diameterMain = diameter(radius); circumferenceMain = circumference... (by sourena)
|