by mramey
While Loop, and generating random numbers
|
|
[3 replies] Last: Here is my attempt at generating only unique numbers. It doesn't ever ... (by rcast)
|
by DarkLady228
.txt file and arrays
|
|
[8 replies] Last: I ended up using a struct as suggested, Thank you for the information ... (by DarkLady228)
|
by TsundzuLance
Help: i dont know where to start.
|
|
[2 replies] Last: Try this link as it provides some methods of implementation which coul... (by Smac89)
|
by Flashbond
DOS Window problem
|
|
[2 replies] Last: This may help: FreeConsole(); http://msdn.microsoft.com/en-us/libra... (by Chervil)
|
by badboy58557
Importing using fstream and loading into Set
|
|
[6 replies] Last: remove the second getline() on line 3. Then yes, it should work. Abst... (by coder777)
|
by Fourc00h
Practice Problems - Jumping into C++
|
|
[3 replies] Last: Consider this technique of input: int Input = -1; do { std::cin.... (by cire)
|
by alfrieda
errors in c++ class (iso c++ forbids declaration of with no type)
|
|
[2 replies] Last: It looks like the header file with name sally.h is trying to include ... (by vlad from moscow)
|
by IBCFQ
Using variables two times (Help)
|
|
[3 replies] Last: Thanks abhishekm71 & iHutch105, iHutch105 solution worked smoothly. I ... (by IBCFQ)
|
by ezra8s
SDL First try, super basic program. Fails to compile
|
|
[1 reply] : I reply myself, it seems the order in which you call the libs matters,... (by ezra8s)
|
A program |
|
[3 replies] Last: I changed the = to == (by Code Apperentice)
|
by TsundzuLance
Help: how to re-present the menu options.
|
|
[3 replies] Last: Thanks a lot earthearth,it works really fine..... (by TsundzuLance)
|
by m3gam4n
Cannot call a created Function in body of code.
|
|
[3 replies] Last: No problem. And don't worry. I still make mistakes, everyone does! Tha... (by Lynx876)
|
by blunty
Problem with variable initialization within a class
|
|
[1 reply] : i'm not sure but the problem seems to be where you are trying to chang... (by abhishekm71)
|
by ezra8s
Hello. Newbie here.
|
|
[1 reply] : std::cout << "Hello, ezra8s\n"; Hope you enjoy you endeavours wit... (by MrHutch)
|
Program jumping? |
|
[3 replies] Last: Thanks @Chervil I did the Delay to make it OS independent, Sleep is OS... (by Code Apperentice)
|
System Pause |
|
[8 replies] Last: Ok thanks ppl (by Code Apperentice)
|
Non-close able program |
|
[4 replies] Last: ? Yes I do most of the times... (by Code Apperentice)
|
by sean shine
creating an array of structures
|
|
[3 replies] Last: there is not enough matching brackets. http://www.hqew.net (by nannasin28)
|
by INeedAHero
Constructos with Dynamic Allocation (1,2)
|
|
[20 replies] Last: if you don't do that you will have pointers of each object basically ... (by nannasin28)
|
by scar95
Max/Min of a quadratic equation
|
|
[7 replies] Last: I suppose you could input the coefficients.. http://www.hqew.net (by nannasin28)
|