I have a similar problem, because I have zero C-knowledge. Could someone help us with some starting-guides? I need some very basic things like:
a) where do I find the needed include-libraries (I use cygwin)?
If I have a basic sample that starts like this:
Code:
#include <stdio.h>
#include <dos.h>
#include <conio.h>
Do I have to stop, because I get 2 errors:
Code:
dos.h: No such file or directory
conio.h: No such file or directory
And even if I can locate this includes, where do I have to put it? Or do I have to write the path to this *.h-files?
b) what is impossible to do?
I assume I can't make things like buttons, textboxes and so on?
It would be very helpfull if someone could tell me the needed "first steps"