This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I need help


Dear GNU/GCC,

  My C++ source file is attached. The error I am getting is:

[xxxxx@xxxxxxxxx xxxxx]$ gcc -c test.cpp
test.cpp: In function `void set_num (long unsigned int *)':
test.cpp:5: incompatible types in assignment of `long unsigned int *'
to `long unsigned int[1000]'
[xxxxx@xxxxxxxxx xxxxx]$

Please tell me what I am doing wrong.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Attachment: test.cpp
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]