by Ncotte90
using ints created in one cpp in another
|
|
[17 replies] Last: if you would use the energy and lives as the above code then, it must ... (by blackcoder41)
|
by sammy34
Optimising Merge Sort
|
|
[6 replies] Last: All great info...thanks guys! (by sammy34)
|
by blackcoder41
win32 syntax
|
|
[9 replies] Last: thanks, but i feel like my question is already answered.. but i think ... (by blackcoder41)
|
by Kondziu
Have you ever created a game with C++?
|
|
[2 replies] Last: A good project is never finished Great! Now I have an excuse for neve... (by hamsterman)
|
by qabil
better language (1,2)
|
|
[28 replies] Last: thanks, another knowledge from you. i'll remember that. (gregorian cal... (by blackcoder41)
|
by Kondziu
C++ Load Images?
|
|
[2 replies] Last: actually i have been playing with windows.h shapes and a little with O... (by Kondziu)
|
by dokfiler
Global namespace error
|
|
[1 reply] : Is solved. I had to clean the project to adjust first. The probl... (by dokfiler)
|
by maikel
Zero Memory in C++
|
|
[5 replies] Last: I found an interresting link: http://www.fnal.gov/docs/working-groups/... (by maikel)
|
by Kondziu
Could someone give short simple example of using threads?
|
|
[9 replies] Last: ahh ok started to work with WinAPI and almost got my program working, ... (by Kondziu)
|
by Kondziu
How do I make this program work how I want it to work?
|
|
[6 replies] Last: int main() { int n=1; while (n<20) { Sleep(500); std::cout << "... (by choisum)
|
by badiparmagi
Does anyone have an idea on this error "error C2248"
|
|
[11 replies] Last: Hey guestgulkan,im really greatful to you.Thank you so much. Have a ni... (by badiparmagi)
|
by JRevor
`_IO_FILE' was not declared in this scope
|
|
[10 replies] Last: @ mofochickamo Sorry about that. (Let me try to pull my foot out ... (by Duthomhas)
|
by ohsnap1319
Linked List Problems
|
|
[1 reply] : cout << "Please enter the value you would like to search for in the... (by screw)
|
by qabil
sending mail
|
|
[14 replies] Last: roger That (by qabil)
|
by ohsnap1319
Linked Lists
|
|
[4 replies] Last: 1) The STL has an already implemented doubly-linked list with full C++... (by closed account S6k9GNh0)
|
by CuddlyBear
Stacks&Queues Linked List [Problem with pop and deque]
|
|
[6 replies] Last: I know. Sorry if I seemed mean O.o I didn't mean to. (by CuddlyBear)
|
by BradyT88
Best way to store objects in a class
|
|
[14 replies] Last: What do you mean by this, copy the line to either source sans the ex... (by BradyT88)
|
by Altar
Puzzling error
|
|
[2 replies] Last: Thanks! i got it working now! (by Altar)
|
by LOULOU1987
Projet Laplace
|
|
[1 reply] : What is this important project about? And what is it that you need? If... (by m4ster r0shi)
|
by oontvoo
send output to a printer instead of the monitor.
|
|
[12 replies] Last: if you are using win32 api's then you can open the standard print dial... (by writetonsharma)
|