by Leydin
Declaring variables and you..
|
|
[3 replies] Last: Ok thank you that was helpful and also explains the variance with what... (by Leydin)
|
by ndic
reading binary file
|
|
[no replies]
|
by flyraf821
find consonants
|
|
[7 replies] Last: figured it out :-)..... i = 0 not i = 1 and >=A && <= Z (by flyraf821)
|
by SeanyBoii
(New to programming)Homework, can somebody point me in the right direction?
|
|
[2 replies] Last: Hey oghmaosiris, thank you so very much. I used the 'TotalPay += Norma... (by SeanyBoii)
|
by mikstur
How to loop chars (*)
|
|
[5 replies] Last: ... No I didn't. I got ahead of myself, sorry for the dumb reply! (by closed account jwC5fSEw)
|
by flyraf821
counting digits
|
|
[3 replies] Last: On line 26 you are passing an int to count digit as the first paramete... (by firedraco)
|
by slikvic
(newbie) how to make a pinetree using for
|
|
[3 replies] Last: When I created this kind of program,I used 3 loops,1 for horizontal as... (by qtpan)
|
by Zulutaart
Animated Character
|
|
[4 replies] Last: bump (by Zpie)
|
by rishamessi
Search in C using Files
|
|
[1 reply] : while( ( c = getchar() ) != EOF ) { i... (by kbw)
|
by atreyucurses
Vector pointer of char
|
|
[2 replies] Last: There is the problem to consider - that if more than one pointer poin... (by guestgulkan)
|
by miles
basic 2 dimensional arrays and function
|
|
[no replies]
|
by TMercier
Im having some trouble with a programming assignment
|
|
[4 replies] Last: Check this out: http://www.cplusplus.com/forum/articles/6046/ (by moorecm)
|
by omgaga
Array and Matrix
|
|
[1 reply] : Well you are going to have to dynamically allocate the 2d array, you c... (by genuwine21)
|
by whitesnow
Selling seats in a theater program for school.
|
|
[2 replies] Last: I would recommend you have some error checking, in case the user enter... (by genuwine21)
|
by robe
problem with array using the average function
|
|
[1 reply] : In response to your first error, you have a prototype to the find_aver... (by genuwine21)
|
by jay2732
Madlib with multiple .cpp's and .h's
|
|
[1 reply] : You have two classes, you can put their prototypes in the .h's, Madlib... (by genuwine21)
|
by b33p
C++ beginner birth rate program
|
|
[5 replies] Last: First, here it is in [cod e] tags: #include <iostream> using name... (by moorecm)
|
by flyraf821
how to use isdigit(ch)
|
|
[1 reply] : word accesses the ith character of the string. isdigit( ch ) returns... (by jsmith)
|
by kananesgi
School Project Problem - Non-static member functions
|
|
[1 reply] : Your pilot class does not have any Ultralight members, so you can't ca... (by firedraco)
|
by flyraf821
Trouble with formatting
|
|
[2 replies] Last: thank you, I thought the logic was right just a silly mistake like alw... (by flyraf821)
|