by beverlyras
subscript requires array or pointer type
|
|
[2 replies] Last: Ah!! Originally I had fcrow as an array, but changed it down the road... (by beverlyras)
|
by beverlyras
What is causing my syntax error?
|
|
[9 replies] Last: Thank you!! I knew there was something easy I was missing. (by beverlyras)
|
by Offstar1029
Program skipping part of loop
|
|
[2 replies] Last: Line 12: Truncation of character constant left_arm and left_leg. '//... (by AbstractionAnon)
|
by DesmondLee
Problem with solving This Question.
|
|
[2 replies] Last: Okay. THANKS! i solved it :D (by DesmondLee)
|
by amoureux
Getting rubbish result when adding integer pointer array
|
|
[5 replies] Last: Sorry, i noticed it and i forgotten to change it accordingly. (by amoureux)
|
by Edelweise
Hard code packet inside function instead of using variable.
|
|
[1 reply] : bump~ (by Edelweise)
|
by muffsez
Input on loop
|
|
[2 replies] Last: I was actually just playing around with vectors right now, I haven't u... (by muffsez)
|
by amoureux
Printing values from a pointer array
|
|
[1 reply] : intPtr intArray; intPtr intArray2; intArray = new int ; intArr... (by integralfx)
|
by slex04
Reversing STRING
|
|
[2 replies] Last: Line 11 : void printReverse(string str ); This is defining a func... (by integralfx)
|
by amoureux
Need help with understanding pointer
|
|
[2 replies] Last: Agree with Andy. Best way to see this would be to print out 'ip' and... (by Tr33)
|
by Givi
Why isn't my array printing the correct output?(even numbers from 0-50)
|
|
[1 reply] : You don't initialize your array so it just contains random numbers. Yo... (by Thomas1965)
|
by Abhijeet010
Array
|
|
[6 replies] Last: When passing an array as a parameter... void print_array(int a ) is... (by closed account ybf3AqkS)
|
by ajtorres
assistance please
|
|
[3 replies] Last: how do I fix that, I'm still learning I'm new to this. (by ajtorres)
|
by nappmonster
Convert a letter into ASCII code
|
|
[3 replies] Last: I'd recommend you use an array, so that way you can easily loop throug... (by integralfx)
|
by Dora0303man
Addition in function
|
|
[1 reply] : https://www.youtube.com/watch?v=6U42W0A4ov4 This is the video you nee... (by muffsez)
|
by cody1998
Room c++ programing game
|
|
[1 reply] : Are you asking what your GameFile.txt should look like ? (by SamuelAdams)
|
by Unisaurus
Bingo Help!
|
|
[2 replies] Last: Sadly I have not, no one else has posted on this, and I was not really... (by Unisaurus)
|
by muffsez
Error checking
|
|
[6 replies] Last: Hm, that's a lot better than what I came up with. And while mine does ... (by muffsez)
|
Struggling with functions |
|
[no replies]
|
GCD (greatest common divisor) and LCM (least common multiple) |
|
[3 replies] Last: Thanks for your explanation, it worked (by Oriol Serrabassa)
|