by roelf01
Compare large char*'s
|
|
[4 replies] Last: It was indeed invisible chars, I feed it in strncmp and substract 1 fr... (by roelf01)
|
by anotherghost
Passing data members between classes.
|
|
[2 replies] Last: Ahhh, thank you so so much. Solution 2 worked. Finally. I'd been st... (by anotherghost)
|
by ashishkumar
virtual inline function defined in header files.
|
|
[1 reply] : static, as used by the article, simply means that the "dummy" function... (by jsmith)
|
by airerdem
Sorting Lists Faster
|
|
[10 replies] Last: (i) Sorting algorithms for numbers suits best if the numbers are alloc... (by ashishkumar)
|
by Rinu
Advanced C++ Programming
|
|
[3 replies] Last: How about the kernel and embedded programming stuff? (by Rinu)
|
by jkretzer
Triangle program...Help please!
|
|
[5 replies] Last: clever come back #8 http://cplusplus.com/forum/articles/1295/ +1... (by firedraco)
|
Help in reading Binary files |
|
[9 replies] Last: sizeof(KeyMap) == sizeof(__KeyMap) * 18 Try sizeof(KeyMap). It look... (by mackabee)
|
by rincon
Online tuts.
|
|
[1 reply] : I haven't used those sources, but I would also recommend the tutorial ... (by ModShop)
|
by Jdc1197
Multi-source file problem.
|
|
[3 replies] Last: Yes, you forward declare functions and define classes. (by ModShop)
|
by Teelnaw
Vector Iteration Problem
|
|
[14 replies] Last: Well, you would iterate from the first to the second last element. Fir... (by shacktar)
|
istream ostream problem |
|
[2 replies] Last: 1. error c2143; syntax error: missing ';' before '&' this error is re... (by sunflower1114)
|
Have I Got This Inheritance Code Right? |
|
[1 reply] : Yeah, destructors of derived classes always call the destructors of al... (by Athar)
|
by spectrem12
boost::thread undefined reference
|
|
[4 replies] Last: It works for me ,you need to link it to proper lib files libboost_thre... (by NewDev)
|
Help for C++ Rookie |
|
[3 replies] Last: Programming is much like learning entire languages. It takes maybe a f... (by closed account S6k9GNh0)
|
by zizoumtl
invalid in-class initialization of static data member of non-integral type
|
|
[1 reply] : The error you are getting is because you are calling the new operator ... (by kooth)
|
by pirlo89
Large matrix problem ...
|
|
[7 replies] Last: I took what you said (about changing the offset) and changed a little ... (by pirlo89)
|
by faysal70
c++ complier
|
|
[15 replies] Last: If you're on Windows, then I think Microsoft Visual C++ is a good choi... (by anonymous23323124)
|
by darkhorse
Interesting Issue with a nested loop...
|
|
[6 replies] Last: Thanks for all your help. (by darkhorse)
|
by mahor1989
Explain the output of following?
|
|
[1 reply] : Did you forget "" around 1234 ? The argument of printf is a pointer an... (by hamsterman)
|
by anuraag016
getting a problem while using files
|
|
[4 replies] Last: thanks for the help it worked .. (by anuraag016)
|