by omer0008
how to make this program with for loop and while loop
|
|
[1 reply] : Do you know about the mod operator (%)? (by Brenn)
|
by quan1506
Problem with input String
|
|
[1 reply] : Typical "getline after formatted input" problem http://stackoverflow.c... (by MiiNiPaa)
|
vs2010 load up template? |
|
[no replies]
|
by ebucna
restricting string input to numbers and letters only (1,2)
|
|
[27 replies] Last: thanks I removed cin.ignore() (by ebucna)
|
taking input of pointer to char in struct |
|
[2 replies] Last: why e .name = "Hello world!"; works consider an array char string... (by shadowCODE)
|
by freecody24
SDL snake game could use some help?
|
|
[2 replies] Last: here is my main @lachlan Easton int main(int argc, char** argv) { ... (by freecody24)
|
by Future Epic
reverse an integer
|
|
[4 replies] Last: didn't he say he just wanted integers? (by ebucna)
|
by chick3n13
In need of some tips
|
|
[8 replies] Last: One, or more of these: Programming: Principles and Practice Using C++... (by JLBorges)
|
by grashtrike
help with SQL files
|
|
[1 reply] : Here is what I'm suppose to do. http://m.imgur.com/9KHrvs4 Put the eq... (by grashtrike)
|
by Scythifuge
Missing data from input file
|
|
[8 replies] Last: Thanks for your insight! Sorry for the late reply; early the followin... (by Scythifuge)
|
by Scizor
Printing a class' info as a string?
|
|
[2 replies] Last: The first task is asking to create a string holding all of the player ... (by Brenn)
|
by specter113
Tic Tac Toe Game help
|
|
[3 replies] Last: After looking through it a little more I noticed a couple things. The... (by RadWayne)
|
by iihi
testing forum
|
|
[2 replies] Last: I want to know the results of the test. (by RadWayne)
|
by and kand 97
Dropping the lowest number in an array
|
|
[3 replies] Last: > I had the average part without dropping the lowest... What I posted ... (by JLBorges)
|
by Grock7
Function returning to main
|
|
[1 reply] : I just messed around with it a little. If you select "Inventory Databa... (by RadWayne)
|
by robgeek
Strings inside structs: How to set it?
|
|
[1 reply] : I am not sure what you want to do in the setQuiz function. On line 24... (by ats15)
|
by shindosu
Converting morse code to english text?
|
|
[9 replies] Last: You could have a counter for spaces, and if you find 3 then append it ... (by giblit)
|
Is this cumbersome? |
|
[6 replies] Last: > Is size_t same as unsigned int std::size_t is an alias for an (im... (by JLBorges)
|
by Khuslen
Finding mean as a double
|
|
[2 replies] Last: Thank you! (by Khuslen)
|
by DevReign
Defining and accessing objects in a large framework
|
|
[no replies]
|