User: Jackal16

  • Public profile

User profile: Jackal16

User info
User name:Jackal16
History
Joined:
Number of posts:6
Latest posts:

unable to start program
Main needs to be defined like [code] int main() { } [/code] you may need to include fstream as wel...

unable to start program
For a start you need to add the iostream header like below. [code]#include <iostream>[/code] and a...

C Pointers
Thanks works correctly now!

C Pointers
Used the code you provided Moschops but gcc gives the errors request for member ‘data’ in some...

C Pointers
I had a feeling that was the case, how would I pass the pointer in so thats its the actual pointer?

This user does not accept Private Messages