by tnjgraham
How to represent a DEC Single Precision Floating Point(DEC SPFP) Data Type
|
|
[2 replies] Last: tnjgraham I am working on this now and was wondering if you ever figu... (by bigrediam)
|
by RyanM
Copying Strings
|
|
[14 replies] Last: Is this loop that copies the data to the stack executed at run time o... (by Cubbi)
|
by mnasiriqbal
'string' does not name a type
|
|
[2 replies] Last: thnx, it worked now with above modifications. (by mnasiriqbal)
|
Unresolved External in VC++ MFC ActiveX Control |
|
[1 reply] : The linker cannot find the functions mentioned in the libraries you ha... (by Moschops)
|
by theCount
Factory Method undefined reference
|
|
[3 replies] Last: Did you ever get that silly idea to write some code into your function... (by viliml)
|
by viliml
declaration in .h and implementation in .cpp?
|
|
[9 replies] Last: Ooooh you have to include it in a project! (by viliml)
|
by pogiOgie84
My class program, need help please
|
|
[7 replies] Last: Some more thoughts: If you are settings variables when the object is ... (by TheIdeasMan)
|
Threading issues... (1,2) |
|
[22 replies] Last: I managed to make it not crash by giving WorldSession a copy of Game p... (by closed account 10oTURfi)
|
by stefaneli31
std::vector<> as function parameter
|
|
[4 replies] Last: Basically what everyone is saying: If you want to use a sequence of do... (by Script Coder)
|
by DeadEli
SFML audio streaming issues
|
|
[1 reply] : I just tried this: sf::Music Music1; if (!Music1.OpenFromFile("Mu... (by DeadEli)
|
by cniper
counting number of lines in a given file
|
|
[2 replies] Last: this will probably help: // // #include <vector> #include <string... (by jmadsen)
|
by Major Tom
Inhertiance from classes defined in other files
|
|
[10 replies] Last: class B; class A { B *b; }; class B : A { }; Compiles for ... (by closed account o1vk4iN6)
|
by therry1
Unknown errors when I exit program
|
|
[3 replies] Last: I expect your IDE has a big "run debug" button somewhere near the top. (by Moschops)
|
gravity simulator |
|
[6 replies] Last: Heya, I decided to start with a simpler program. This one allows the ... (by closed account zwA4jE8b)
|
by aladdin
L-VALUE POINTER FUNCTION
|
|
[3 replies] Last: You will need to read up on Rvalues and Lvalues (which will not be eas... (by guestgulkan)
|
by LB
Can't specialize template?
|
|
[6 replies] Last: Huh, I thought I tried that once and it didn't work and I asked about ... (by LB)
|
by theCount
Problems with Template method
|
|
[2 replies] Last: I did but whenever i tried it threw errors back in my face. I am unsur... (by theCount)
|
by sommerUK
wxDirPickerCtrl
|
|
[no replies]
|
by Jayhawker07
OpenGL and C++
|
|
[9 replies] Last: 1) Initialize your textures into some sort of variable or array. With ... (by Major Tom)
|
by RyanM
Theory behind this code...
|
|
[3 replies] Last: Thanks, that really helps. Great answers! (by RyanM)
|