User: Omar Alamy

  • Public profile

User profile: Omar Alamy

User info
User name:Omar Alamy
History
Joined:
Number of posts:18
Latest posts:

Reading file into dyn. array
Hi Im having trouble with the syntax to store data from a file into a dynamic array, for example,...

using const in func declaration.
[code] #include <iostream> using namespace std; void const test(int a[], double example); [/code] ...

using const in func declaration.
Hi If i do something like: [code] #include <iostream> using namespace std; void test(co...

what should this output?
ahhh, makes sense, thanks.

what should this output?
Hi [code] void f1( void ) { int x = 5; f2(x); cout << x <<endl; } void f2(int x) { x += 5; cout ...

This user does not accept Private Messages