by wassabi
Multidiminsional arrays
|
|
[2 replies] Last: I tried changing the < at line 71 and using counts in the void writeHi... (by wassabi)
|
by TheBrain
Median formula problem
|
|
[10 replies] Last: Just for the notice, although his code is nice, the ternary operator j... (by Kyon)
|
by cooolkilller
Best way to extract floating point numbers from a text file
|
|
[5 replies] Last: Then you probably want fscanf(): http://www.cplusplus.com/reference/cl... (by Galik)
|
singleton pattern |
|
[1 reply] : Singletons are evil for all the same reasons globals are evil. Any co... (by Disch)
|
by Xoric
DirectX9 Shader - General Question
|
|
[no replies]
|
by LittleQuick
C++ Write to file but no overwrite
|
|
[2 replies] Last: Ah! I see! As always Albatross to the rescue. Thank you so much!! (by LittleQuick)
|
by suds
returning a letter from score totals
|
|
[2 replies] Last: // Just something for no reason. #include <iostream> #include <ccty... (by thediamondsaint)
|
by PiMaster
Why won't the window appear?
|
|
[2 replies] Last: Oh, derr. Thanks! (by PiMaster)
|
odd number -> even number in an array |
|
[1 reply] : You're always checking the last value in the array and the one after t... (by Athar)
|
by arnabkaycee
Find length of floating point numbers
|
|
[1 reply] : Floating point numbers are stored with a weird format in binary. When... (by Bazzy)
|
by Hiner
How to check type of Handles?
|
|
[2 replies] Last: I mean handles to managed objects. I know how to check types of point... (by Hiner)
|
by tomato
C++ operator overloading problem
|
|
[2 replies] Last: thank you very much,I got it.. (by tomato)
|
by TheBrain
finding mode without pointers
|
|
[6 replies] Last: [quote=Juan Soulie]I recommend the reading of the chapter about Pointe... (by Albatross)
|
by dunsondog109
Using if_ndef with cpp files
|
|
[4 replies] Last: Thanks devacool420 (by dunsondog109)
|
by nquadr
Coding Question
|
|
[3 replies] Last: #include<iostream> using namespace std; void calculateTax(doub... (by nquadr)
|
by philipjan09
using an object of a template class as a parameter
|
|
[1 reply] : The only idea i had was to overload the function with any possible da... (by ne555)
|
How to set a pointer to an object in set? |
|
[7 replies] Last: The & is the 'address-of' operator, as in "what is the address of n... (by Duthomhas)
|
by TayKaye
Erray Expander
|
|
[10 replies] Last: Thank you for pointing that out to me. I think I am going crazy lol. I... (by TayKaye)
|
by karthick88
Associative containers and Two comparison Functions
|
|
[1 reply] : The problem is that it would mess with the container's ability to do w... (by Duthomhas)
|
by Poisonedvd
Parallel Array reading and bubble sorting
|
|
[no replies]
|