How do I know what to write (1,2) |
|
[20 replies] Last: Wanted to say thanks to all the helpful replies, I will keep at it and... (by PraxxtorCruel)
|
by smkelsey
String array length
|
|
[8 replies] Last: thanks a bunch. (by smkelsey)
|
by mingare01
Arrays
|
|
[3 replies] Last: You have several problems here. #1: case 1: for (i = 0; i < NU... (by Disch)
|
by tbtphoenix
random shuffle deck
|
|
[5 replies] Last: I would define a card as: enum Suits { Hearts, Clubs, Sp... (by webJose)
|
by Deathly
What does this declaration mean?
|
|
[1 reply] : The trick is to read pointer declarations backwards, and say '*' as "p... (by Disch)
|
by ivanho
C help
|
|
[16 replies] Last: Thank you very much Moschops on this post.Now I know different (by ivanho)
|
by sselasky1
Binary search with array and infile
|
|
[1 reply] : code below get 4 numbers and insert it in array than geting numbers fr... (by Anon777)
|
by GRex2595
Project skipping cin
|
|
[7 replies] Last: Thank you, it works much better now. (by GRex2595)
|
by dalydir
Strings, getline, strcpy I don't understand
|
|
[14 replies] Last: 1. 'ss' is just a variable. Functions almost always have parameter lis... (by LB)
|
by dz1969
input one digit, output as five digits.
|
|
[8 replies] Last: I would fill the string with 0's initially then user push_back: http:/... (by Computergeek01)
|
by Jerry04
Need help!
|
|
[1 reply] : File opening and reading: http://cplusplus.com/reference/iostream/fstr... (by Moschops)
|
C++ task solving |
|
[1 reply] : And what is your question exactly? What code have you made? Implem... (by ascii)
|
by flclempire
"The C++ Standard Library: A Tutorial and Reference
|
|
[4 replies] Last: +1 Moschops (by jsmith)
|
by llVIU
getline skips
|
|
[2 replies] Last: @ OP: About Line 62, why would you do something like that? About y... (by Computergeek01)
|
by Lynx876
do/while loop - infinite
|
|
[4 replies] Last: Maybe you should start debugging, rather than just reading the code. T... (by Moschops)
|
by Iskro
Please help fix arrays and structures
|
|
[4 replies] Last: You're mixing strings. You're using C styles strings (a char array) a... (by kbw)
|
by queenzgurl
Sorting, Help!
|
|
[1 reply] : Well, you can't sort them if you don't store them anywhere.. Generall... (by hamsterman)
|
by Ali89
Problems with declaration of a data structure as a class member data
|
|
[1 reply] : So your compiler doesn't like this? filter myFilter; That's st... (by shacktar)
|
by Ttown
counting number of lines
|
|
[2 replies] Last: Great! Thanks a lot. Code works as I intended. (by Ttown)
|
by Kieth89
Why can I not concatenate this cin statement?
|
|
[2 replies] Last: Why are you trying to do something weird like that anyway? Just use tw... (by Duthomhas)
|