by Garion
INT versus LONG
|
|
[7 replies] Last: Thanks for the description. That helped me understand it more. I'll t... (by Garion)
|
by ephekt
dynamic array
|
|
[1 reply] : I have coded something like that before and here is the code. I hope i... (by closed account 1v5E3TCk)
|
by enemy
declaration and initialisation of the array of the arrays
|
|
[4 replies] Last: Hello! THANKS! Is second array's index 2 or 4? (U said 4 integers each... (by enemy)
|
by enemy
Average value of array_f elements-PLEASE HELP!!!
|
|
[3 replies] Last: Thinking if I put st+=1 on the right place... (by enemy)
|
by aggsyb
Global Variable booleans question
|
|
[3 replies] Last: I think I understood you correctly the first time... maybe I just wasn... (by Disch)
|
by prettyknitty
Confusing errors in array
|
|
[2 replies] Last: The uninitialized variables are a serious error - it means those varia... (by Chervil)
|
by adrianrayce
Generating random numbers / writing the main function
|
|
[8 replies] Last: Good attempt at a function like I was referring to, but it won't work ... (by CplusplusAcolyte)
|
by JohnJH
Special class (1,2)
|
|
[27 replies] Last: if you define it with strong typing (bob is an instance, and bob_class... (by IWishIKnew)
|
by enemy
Please, URGENT!!!- function counting average array element value
|
|
[3 replies] Last: Uhkay... if you have five numbers: a , b , c , d and e , can you... (by Catfish666)
|
by enemy
expected 'while' before main???
|
|
[2 replies] Last: Thanks!!! (by enemy)
|
Best way to learn c++ ? |
|
[6 replies] Last: @The illusionist mirage that sucks man , I got the same prof that you... (by Cutefriendzoned)
|
Is it me or Everyones' Problem....Arrays! |
|
[2 replies] Last: Learning from the same guy's book.......What a coincidence (by SarthakGhosta)
|
by CarstenT
const *char from file?
|
|
[no replies]
|
stuck on this exercise |
|
[3 replies] Last: char first_name; char middle_name; char last_name; Each ... (by Chervil)
|
by Nikko YL
Reverse digits
|
|
[2 replies] Last: Thanks. It works. I like recursion because it's amazing. (by Nikko YL)
|
by Nefri
Finding all substrings
|
|
[6 replies] Last: thank you :) (by Nefri)
|
by olezek
Plz help
|
|
[3 replies] Last: I actually think you will very much struggle to make this game using y... (by Mats)
|
by enemy
"return 0" in the function (not end of function)
|
|
[1 reply] : Yes, if your function returns a value, it'll return the first return s... (by The illusionist mirage)
|
invalid types of char int for array subscript |
|
[1 reply] : phrase isn't an array so phrase is illegal (by Yanson)
|
by dominover
Book: Thinking in C++ ?
|
|
[2 replies] Last: Thanks Catfish.. (by dominover)
|