by nscruggs
? random date generator in class won't work ?
|
|
[3 replies] Last: nevermind! i figured it out! thanks jsmith! i appreciate the informati... (by nscruggs)
|
by bshrestha
how to print output program in visual studio 2008
|
|
[2 replies] Last: Thank you helios for the reply. Is it possible to run the program in d... (by bshrestha)
|
by hallux2003
Homemade String Class
|
|
[8 replies] Last: My post wasn't meant to solve your problem. Instead it should point ou... (by CQQL)
|
by lgb
Vector of pointers to classes
|
|
[7 replies] Last: It's this kind of non-orthogonal craziness that makes me hate C++... ... (by kfmfe04)
|
by FROSTYSMOOTH
C++ Class/Queue problem
|
|
[15 replies] Last: That's because at the start of Main you're calling a constructor with ... (by Pax)
|
by graculo
sintax error & illegal indirection
|
|
[2 replies] Last: Thank you very much. I was wrong defining M_PI. I wrote: #defi... (by graculo)
|
by sterls77
code is sorting descending instead of ascending
|
|
[3 replies] Last: If your sort is in decreasing order instead of increasing it's because... (by closed account 1yR4jE8b)
|
by jimclermonts
Storing some values from a string to some chars
|
|
[3 replies] Last: Thanks guys for the quick reply, will post the completed code tomorrow... (by jimclermonts)
|
by carlsum1986
Socket connection passing
|
|
[2 replies] Last: i solved it with CAsyncSocket (by carlsum1986)
|
by MiscSong
How do I get it to show the equation on the output?
|
|
[3 replies] Last: Mate, you're missing the point. int n1square = n1*n1; this line tak... (by hamsterman)
|
by gpdominic
Binary Tree of forked processes error
|
|
[1 reply] : doh, forgot the code :) #include <unistd.h> #include <iostream>... (by gpdominic)
|
Certain Recv() |
|
[3 replies] Last: Actually the time I have to deal with such issues is to do hardware le... (by sohguanh)
|
by blaze745
DLL Implementation & File handling
|
|
[3 replies] Last: Have you used exceptions before? (by Pax)
|
by scotfang
|= Operator
|
|
[4 replies] Last: hello scotfang, | The bitwise-inclusive-OR operator compares e... (by coder777)
|
by ShubhadaJS
Inheritance + access mode
|
|
[2 replies] Last: hello ShubhadaJS, private Class members declared as private can ... (by coder777)
|
by mp121209
data in class
|
|
[1 reply] : hello mp121209, private Class members declared as private can be... (by coder777)
|
by Loredivine
Polymorphism
|
|
[3 replies] Last: You should write a short test program where you just instantiate a but... (by kfmfe04)
|
by mailkamlesh
array issue
|
|
[5 replies] Last: I try as much as possible to use Standard C++ STL. Refer to http://www... (by sohguanh)
|
by qd11
inheritance, virtual methods, and overloaded methods
|
|
[3 replies] Last: Names in derived class hides names in base class. In other words, you... (by sohguanh)
|
by Fbar800
Don't think my software if very good. (1,2)
|
|
[20 replies] Last: I would suggest Code::Blocks. Someone on this forum actually suggested... (by thepedestrian)
|