C++ question |
|
[11 replies] Last: Wait... fifth? I have the fourth from last summer... Where's the fift... (by tummychow)
|
by toothyXdip
Next C++ book to read?
|
|
[1 reply] : http://www.cplusplus.com/articles/Grey_Wolf6/ It's going to depend a ... (by tummychow)
|
by RET80
using const char*[] and compile time errors
|
|
[2 replies] Last: bingo, totally fixed. Thanks! (by RET80)
|
by meesa
[C++] for_each() gives errors C2896 & C2784
|
|
[5 replies] Last: Thanks. (by meesa)
|
by asgOjEs
what is the function of "extern" in C++
|
|
[7 replies] Last: dont forget to put extern "C" inside #ifdef __cplusplus, otherwise c c... (by writetonsharma)
|
by chrisben
question about boost static library linking
|
|
[3 replies] Last: probably some #pragma nested in a million #ifdefs magic/hell. (by Disch)
|
by xiangli
vector definition question from a beginner
|
|
[4 replies] Last: Take this for size: #include <vector> using std::vector; v... (by closed account S6k9GNh0)
|
by laulaub
Cyclic dependencies
|
|
[5 replies] Last: All those are talking about cyclic dependencies between modules, which... (by helios)
|
by hamsterman
fastest way to get the type
|
|
[15 replies] Last: ha! next exercise...triple dispatch! (by choisum)
|
by tajendra
Which is faster static or dynamic linking?
|
|
[7 replies] Last: In my scenario, it would be the "link time of whole project + load tim... (by imi)
|
by soldierno77
can anyone explain this for me?
|
|
[1 reply] : This is how it works, but its been a while since I looked at it. ... (by caswal)
|
by oontvoo
compile error with inline/non-inline function
|
|
[4 replies] Last: because MyClass::foo can not see the Code (by wellman)
|
by freakalien
DLL files for Excel
|
|
[1 reply] : I imagine there should be something of use here: http://msdn.microsoft... (by helios)
|
Binary |
|
[2 replies] Last: You have to separate the compile and link stages. So you can control t... (by choisum)
|
Priority queue push and pop operations |
|
[no replies]
|
Adding c-string |
|
[1 reply] : You can convert the ASCII character '0' to the decimal value 0 by subt... (by jsmith)
|
by zonaarten
HugeInt class/data type
|
|
[7 replies] Last: Both Duoas and I pointed out the problem in our posts. (by jsmith)
|
by rash140
Array Creation at run-time in c++/Linux
|
|
[9 replies] Last: Well c++ is a totally different language. I'm not sure why it matters... (by kempofighter)
|
by chara76
Does this modulus operator function work for all integers?
|
|
[1 reply] : The built-in integer type operators are defined for all built-in integ... (by Duthomhas)
|
by qabil
without registry
|
|
[5 replies] Last: roger that.. thnx brot (by qabil)
|