Switch Statement Asm |
|
[2 replies] Last: Consider the application of polymorphic classes (they could be used in... (by morus)
|
namespace: is it good? |
|
[3 replies] Last: Whichever you choose, please do not ever put using namespace std in ... (by Moschops)
|
by codder
c++ map find problem
|
|
[4 replies] Last: Its not fully clear for me but I've got the impression that keyname co... (by morus)
|
by Brad1
Computing tuition Need Help please!
|
|
[1 reply] : Use the 10-year tution as a base and sum up 4 years in a separate vari... (by morus)
|
by barbis
share header files with multile source files
|
|
[1 reply] : That is a linker error. I would assume that PlugInStartup is a functio... (by morus)
|
by Gee Gee
help me with this advanced source code !
|
|
[3 replies] Last: The code appears to be for cheating games players. I'm not really sure... (by Galik)
|
Developing own Debugger |
|
[2 replies] Last: Apart from the fact that your question looks a bit silly (You wouldn't... (by morus)
|
by spade117
Array help
|
|
[5 replies] Last: Or, decide on remainder == 0 (and skip the special case of i==0) if... (by morus)
|
by TheCreator
Explain the code? (1,2)
|
|
[23 replies] Last: I believe that exposing refio to us would crack this nut... This has ... (by mcrist)
|
by fsshl
undefined reference, but I think I already defined them
|
|
[3 replies] Last: ~Superhero() { } (by closed account S6k9GNh0)
|
printf until certain character |
|
[1 reply] : Not that I know of. printf() prints C-strings, which are terminated wi... (by Zhuge)
|
by TheCreator
Sending things over the internet?
|
|
[1 reply] : Winsock is the default sockets library on Windows. On BSD systems, li... (by kbw)
|
by Teelnaw
Virutal base pointer sort question
|
|
[3 replies] Last: Update... just realized that I should be swapping the objects/pointer... (by Teelnaw)
|
by spectrem12
array losing bytes
|
|
[1 reply] : The sizeof trick only works when the compiler knows the size of the ar... (by jsmith)
|
by mzimmers
string assignment in constructor?
|
|
[2 replies] Last: Aha! Yes, I did declare it, but...as a function by mistake, not an obj... (by mzimmers)
|
by ashishkumar
calling convention: right to left Vs. left to right
|
|
[3 replies] Last: No. Well, maybe. Variable arguments (as C and C++ implement them) have... (by Duthomhas)
|
by tonnot
Very important problem , reinterpret cast on structure with char inside fails ?
|
|
[6 replies] Last: I am now very confused as to what you want to accomplish. Initially I... (by webJose)
|
by Abhilash N
Getting the size of the char* array passed as an input to C++ function
|
|
[5 replies] Last: COM is very actively used in all versions of windows operating system.... (by modoran)
|
by Rafael Souza
Convert (HTML Codes)
|
|
[1 reply] : Google is your friend. There seems to be one here: http://stackoverf... (by webJose)
|
by chrisben
tough question about conversion(int to hex to char)
|
|
[11 replies] Last: Thanks. It makes more sense to me if it is endiannness. I do not have... (by chrisben)
|