User profile: Marcos Modenesi

User info
User name:Marcos Modenesi
Name:Marcos Modenesi
Location:Cordoba
History
Joined:
Number of posts:26
Latest posts:

Location in Memory
Check out this: [code] #include<iostream> using namespace std; int main (){ int T[5] = {7, 3, 11, ...

Arrays
What kind of truoble do you get? compiler messages? [code] void print_integers(int aRay[], int size...

find two largest values for 10 numbers
Great!!! Analize also this code, it does the same in fewer steps. [code] #include <iostream> using...

about arrey
Yes, thank you EssGeEich! That´s my most common mistake. Second most common is using = instead of...

about arrey
struct is an interestng concept, if you understand structs, you could create an array of structs. A...