by rain
Is there more efficient/better way convert wchar_t to wchar?
|
|
[3 replies] Last: Thanks. (by rain)
|
Working with zip and similar files |
|
[8 replies] Last: Added note re limitation of Win32 LZ function to previous post in this... (by andywestken)
|
by Luice
double free or corruption problem..
|
|
[1 reply] : No, that code looks fine to me, assuming you are using std::string any... (by firedraco)
|
by kaifeng08
problem with my calendar
|
|
[1 reply] : Hi kaifeng08, Some things I noticed: Your isleapyear function is too... (by TheIdeasMan)
|
by manjut19
Destructor working concept
|
|
[2 replies] Last: Thank you for your reply.But i dont know about polymorphisam.i am a be... (by manjut19)
|
by samkazam
need help to convert to round robin
|
|
[no replies]
|
by dexter04
Bubble sorting with Function templates
|
|
[3 replies] Last: Oh, come on! #include <iostream> template< typename T > void get( T... (by JLBorges)
|
by pfunk35
mutual exclusions problem
|
|
[5 replies] Last: Wow, hilarious! I've not seen reference to this in so long. The doma... (by AdrianH)
|
by zmarchbank
Need help with ifstream insertion with white space delimited data
|
|
[6 replies] Last: Great. Please mark as answered. (by AdrianH)
|
by zizigooloo
initialize a matrix in while-loop
|
|
[5 replies] Last: int N= 10; apologizes. the long code, I hid the bottom. however, "N" ... (by ar2007)
|
by HalfaMaster
Problem with reading CSV File
|
|
[5 replies] Last: it says this on the compiler "no matching function for call to `getl... (by ENIGMAx)
|
by Sajeth
functions in c++
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/20881/ (by Fransje)
|
by MarvinLeo
How many random numbers make up a 100
|
|
[3 replies] Last: If the values have to be integers then you can get a solution to this ... (by Smac89)
|
by sikaydee
Inverted Difference Triangle
|
|
[2 replies] Last: Are you looking for someone to do it for you? If so, please move it to... (by Script Coder)
|
by Twist177
FLTK and OpenGL (GLFW)
|
|
[no replies]
|
by minak
referenced in function _main
|
|
[3 replies] Last: its complaining that it cant find a function body for GetControlSignal... (by Jaybob66)
|
dividing string into pieces |
|
[2 replies] Last: strtok() should be a good place to start http://www.cplusplus.com/ref... (by Jaybob66)
|
by Blanchy
If then statements
|
|
[3 replies] Last: separating all of the not watered really helped a ton! thanks man (by Blanchy)
|
by minak
no conversion from 'const char *' to 'TCHAR *'
|
|
[3 replies] Last: Yout should also replace int _tmain(int argc, TCHAR* argv ) with ... (by andywestken)
|
by hassannoor11
can anyone tell why the first and last name option appears at the same time when 2nd student name is entered
|
|
[6 replies] Last: thank u atyab and cubbi :) (by hassannoor11)
|