View Single Post
  #6 (permalink)  
Old 03-04-2008, 11:47 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,398
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

Well, on line 28 you are attempting to assign an int to an array pointer. In line 35, you are attempting to get the address of a pointer. In line 37, you are passing the address of a pointer. In line 37 you didn't give it a second string to copy.

etc.

Take your errors one line at a time and make sure you understand the error and the cause. You will sometimes find that fixing an error adds/removes other errors.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote