by bruntmjust
creating a unique random number generator
|
|
[1 reply] : #include <cstdlib> #include <ctime> #include <algorithm> #include <io... (by JLBorges)
|
by Bitly
Vector of Structures with a vector
|
|
[4 replies] Last: I should have tried the .clear before posting to be honest. I thought ... (by Bitly)
|
by rupacgauti
A beginner seeking guidance
|
|
[3 replies] Last: What does the while loop do? (by GRex2595)
|
by prestokeys
Pointer to an array of data members
|
|
[1 reply] : &Crowd::numPeople is a member pointer, not an array of integers, so ... (by LB)
|
by fahmankhan75
Mini help regarding spaces on one line
|
|
[7 replies] Last: Repeat question. http://www.cplusplus.com/forum/beginner/113140/ Do ... (by GRex2595)
|
by fahmankhan75
Reading numbers from the same line
|
|
[4 replies] Last: Example using stringstream. http://www.cplusplus.com/reference/sstrea... (by GRex2595)
|
by Annatar
Quick question about double - float
|
|
[11 replies] Last: I see, so they're more nuisances than anything else. I will look into... (by Annatar)
|
by jvjvalerio
Rock Paper Scissors
|
|
[5 replies] Last: All your comments clear up sooo many things!!! Thank you guys sooooo m... (by jvjvalerio)
|
by AGZZ21
For loops on Guessing game?
|
|
[4 replies] Last: Another option int attempts = 5; for(int x = 0; x < 5 && guess != n... (by GRex2595)
|
by Sienker
Need help with mastermind game please
|
|
[1 reply] : The massive size of your code makes it difficult to read. Try to get ... (by GRex2595)
|
Beginner Questions |
|
[10 replies] Last: Thank you all so much. I've been away from programming for a while. Wa... (by Barry Wiechman)
|
by brijay09
read more than one line
|
|
[9 replies] Last: I just made a change in lines 16 and 20. (by Josue Molina)
|
by Ltp
Linked List Insert value problem
|
|
[5 replies] Last: Thanks. Worked.. (by Ltp)
|
by campurdy
Help with looping program
|
|
[2 replies] Last: I found the link to be very beneficial. I will include a finished cop... (by campurdy)
|
by VrliVitez
debug assertion failed! Can't fix the problem
|
|
[2 replies] Last: Oh my! thanks a lot. Lack of sleep must've got to me... :) (by VrliVitez)
|
by willynilly
Linked Lists
|
|
[4 replies] Last: Thanks. (by willynilly)
|
by MrPicklez
Help with first function
|
|
[5 replies] Last: Thanks so much for all of the help. I really like the check to see if ... (by MrPicklez)
|
by ADTR2012
Segmentation Fault
|
|
[13 replies] Last: Wow I am stupid... Thank you so much for the help! That was my issue a... (by ADTR2012)
|
by leo255
Need some help with my program that finds divisors and prime/perfect numbers
|
|
[3 replies] Last: You can probably adapt this to give the required output. Your code was... (by Chervil)
|
by cseely
Vectors and while loop.
|
|
[2 replies] Last: Sorry I don't exactly know what your saying, we have not reached creat... (by cseely)
|