by SMA01
How do I do this?
|
|
[1 reply] : You just need to loop through the array and sum the numbers in each el... (by freddy92)
|
by bosox99
Declaring Global Variables and/or Workaround
|
|
[6 replies] Last: oh, you can do that? Interesting, I will investigate. (New to C++) (by bosox99)
|
by jube2698
Syntax Error
|
|
[2 replies] Last: You have multiple places where you do stuff like if cin >> 0 What y... (by freddy92)
|
by eliranko
erase element from vector
|
|
[1 reply] : In the second line, myvector.begin()+0 would be the 1st element, +1 wo... (by freddy92)
|
Reusing a pointer |
|
[5 replies] Last: You could treat a pointer on which a "delete" has been applied to prac... (by Ramses12)
|
by eliranko
pointers to objects
|
|
[2 replies] Last: If you don't want to write the code for swapping two things yourself ... (by Peter87)
|
by G3PO
Pointer Question
|
|
[5 replies] Last: What does it mean to "dynamically create" something? For example, le... (by ResidentBiscuit)
|
by cassidy
Xcode Message "TERM environment variable not set"
|
|
[no replies]
|
by Hucaru
Vector of class type.
|
|
[2 replies] Last: Thanks I understand it now. (by Hucaru)
|
by newbieINcode
break two loops
|
|
[3 replies] Last: A nice and clean way to do that is to use a goto. j=0; while(j<9) {... (by toum)
|
by noisycoder
no match to call
|
|
[3 replies] Last: If I understand correctly, you want to store into m_POI the object of... (by toum)
|
by DJLad16
Why use dereference operator on iterators?
|
|
[3 replies] Last: Ah, that's more clear. Thanks :D (by DJLad16)
|
by eliranko
vector of pointers
|
|
[5 replies] Last: got it! Thnx! (by eliranko)
|
Initializing array with function return value |
|
[4 replies] Last: Ah that is much smarter haha. Worked perfectly. (by ResidentBiscuit)
|
by Ameki
Stumped with IF
|
|
[4 replies] Last: After putting that in the code works, sat back and pondered and realiz... (by Ameki)
|
Hi... Newbie here. |
|
[4 replies] Last: Ah, ok. So it's displayed for 1 sec, and then they have to type wha... (by andywestken)
|
by Niven
Help with textures
|
|
[7 replies] Last: I'm having a new problem now. The images are being displayed (finally)... (by Niven)
|
by eliranko
write to file multiple times
|
|
[4 replies] Last: Thank you guys! works now (by eliranko)
|
RTS Drag-box math |
|
[7 replies] Last: You only need at most 2 for loops: One for each rectangle One for ... (by Disch)
|
by OLittleO
how can I make these ones to reduce.
|
|
[2 replies] Last: Thank you I got it! (by OLittleO)
|