GP32 Lame Question ;)


Status
Not open for further replies.
I also started with Basic and Visual Basic, the Pascal, then Delphi then C.

C is not 'so' hard to learn, its just weird and different. But when you know how to spell the c words, then you'll notice you can do a lot, a lot faster then in basic.

You might even use #define to define your basic commands, so you can use them in C. But you'll have to look up the C command first :rolleyes:

C is very compact, and doesnt have a lot of build-in functions like basic does. Most functions are build by others, and put in a header file. This header file must be loaded in your program to use these functions.

They are pretty simple, like printing text on the screen. That usually needs stdio.h, standard i/o headerfile.

The language is up to you to learn:
Learn C
 
Locked due to topic starter doing something annoying (why delete the post when it's answered? others might need help)
 
Status
Not open for further replies.
Back
Top