by coercedman66
floating point documentation?
|
|
[1 reply] : http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html (by roberts)
|
by apple2mac
Sell your code
|
|
[5 replies] Last: in the solution explorer right click on your project ->properties ->co... (by closed account zwA4jE8b)
|
by AlexMeyer
Help with simple code!
|
|
[3 replies] Last: if the question is anwered and everything works, mark this as solved, ... (by viliml)
|
by hnefatl
SDL Application problems
|
|
[4 replies] Last: I do try to avoid them, but IMG_Load() only takes char* , so I can'... (by hnefatl)
|
by incognito
optimizing an array
|
|
[7 replies] Last: @oonej - Kind of, yes :) @Gaminic - Sorry for late reply. True, Big O... (by incognito)
|
by general07z
Auto-increment number
|
|
[5 replies] Last: What viliml suggested (implemented within the class), http://ideone.co... (by closed account DSLq5Di1)
|
by turboscrew
Hints on hiding alternative implementations?
|
|
[13 replies] Last: I'm working with Linux - although it doesn't matter... There is also ... (by turboscrew)
|
by priyanshm
Please Help
|
|
[3 replies] Last: That's because you never change the values of a and b. You just keep a... (by hamsterman)
|
by jolejake
C++ Problems
|
|
[4 replies] Last: There is no such thing as iostream.h , even the compiler said: #in... (by viliml)
|
by shadow29014
Sorting Textfile Input
|
|
[1 reply] : That code is trampling all over memory you don't own. #include <iost... (by cire)
|
by jwings
Cannot instantiate abstract class
|
|
[3 replies] Last: You haven't provided a body for ListBase 's destructor. class Lis... (by shacktar)
|
by kakashi316
coding ciphers (1,2)
|
|
[31 replies] Last: That would be closer, but it wouldn't be right. Once again, i is your... (by cire)
|
by jham92
Number Guessing game
|
|
[3 replies] Last: I guess that jham92 and kyky365 are in the same class? Both asked abo... (by webJose)
|
by kyky365
a number guessing game how to initialize number in an array??
|
|
[no replies]
|
by hopesfall
How would I pass a pointer to my object?
|
|
[1 reply] : If you had a function in LinkedList that returned a pointer to ListNod... (by Texan40)
|
by ciphermagi
wxWidgets vs Qt
|
|
[1 reply] : I'd say Qt is easier to customize (I've never used wxWidgets mind you)... (by closed account o1vk4iN6)
|
by DeadEli
OpenGL depth issues
|
|
[4 replies] Last: Don't see how it's last millenium as it's the same thing as doing glm:... (by closed account o1vk4iN6)
|
by Kevco42
Dice Game
|
|
[2 replies] Last: Do it in small steps and compile/run/test after each step. Comment ou... (by vin)
|
by gibran
PLease help me with this pointer
|
|
[14 replies] Last: "Butterfly, Cockroach, Cinderella, Pikachu, Shrek, Scareface"}; That... (by Moschops)
|
by rucafe
problem using namespace std
|
|
[3 replies] Last: The tutorial on this site uses "using namespace std;" in most of its e... (by vin)
|