by sjakiez
Check if a DLL running
|
|
[no replies]
|
by Brianzor
srand and rand
|
|
[4 replies] Last: I put the srand in the constructor but am still having problems, even ... (by Brianzor)
|
by eckonian
help
|
|
[5 replies] Last: i fixed it all i had to do was actually copy and past the name of the ... (by eckonian)
|
by db863
Completely Confused: Sending Hex Values
|
|
[5 replies] Last: You to think about how you send the data and how you might receive it ... (by kbw)
|
by ascii
Too Large of an Array
|
|
[3 replies] Last: thank you both! thank you for the article moschops, when i allocated ... (by ascii)
|
by JoeyS
Why is this text file turning into an executable?
|
|
[no replies]
|
by masta
Whats wrong with my code?
|
|
[10 replies] Last: Don't use system("pause") Instead use cin.get(); std::cin.get... (by lordmat)
|
by GamexCoder
Inventory System Help Adjusting the supply
|
|
[2 replies] Last: Sorry I am very new to c++ and decided to give this project a shot. Bu... (by GamexCoder)
|
by Negat1ve
Strange Problem
|
|
[no replies]
|
by AndrewGary
How to make the console wait until a key is pressed to continue?
|
|
[2 replies] Last: Windows 7 and Visual C++ 2008 Express. (by AndrewGary)
|
by greenace92
I need to create a control structure to run a hangman program
|
|
[3 replies] Last: yes, 2 times(i - 1) + 1. examples are : so word number 13 is at 2*... (by btucho)
|
by Thuraya
return 0;
|
|
[6 replies] Last: Thanks all :) (by Thuraya)
|
by hotbabe123
Histogram Problems
|
|
[11 replies] Last: the code i just posted prints them vertically, read it. (by ascii)
|
by codder
how to alloc this
|
|
[5 replies] Last: Run your debugger and you should be able to discover exactly where the... (by anonymous23323124)
|
by kh9876
Please help with blackjack program
|
|
[1 reply] : Hi! You probably meant to call srand() inside main(), near the top. O... (by Albatross)
|
by Blessman11
multi-threaded programming lessons
|
|
[1 reply] : Okay, well it depends on the platform. Unless you want to use aiso. Bo... (by ultifinitus)
|
by Baharin
Binary files
|
|
[2 replies] Last: for(i=0; i<10; i++) // show values of the array cout << p << " "; T... (by Lynx876)
|
by chaman
Is any variable or container in c which contain more than one data type
|
|
[3 replies] Last: Did I horrifically misunderstand the question there? Oops. :) (by Moschops)
|
by barca007
confuse about a test programme
|
|
[2 replies] Last: use google translate and write in your language (just a tip for the fu... (by Blessman11)
|
by pheF2bru
Can you have a linked list data member inside a struct?
|
|
[1 reply] : This is basically a binary tree.. I'm not sure how should a printed bi... (by hamsterman)
|