Help programming
•
1 Sep 2011, 10:15
•
Journals
Im currently studying IT to create tzac proof cheats in the future but im already having some problems.
Im trying to create an easy form in C which you have to fill in in order to get your curriculum vitae
The current code can be found here:
http://pastebin.com/zuN6kR8d
Every time I run it, it randomly skips steps.
Anyone knows what the problem might cause? im working with Dev-C++
Im trying to create an easy form in C which you have to fill in in order to get your curriculum vitae
The current code can be found here:
http://pastebin.com/zuN6kR8d
Every time I run it, it randomly skips steps.
Anyone knows what the problem might cause? im working with Dev-C++
i am indeed putting more than one character in the fields, but what do you mean with typing variables as char[]?
When you use [ ] brackets, it means you have an array (or table) of characters.
But the easiest way to do what you are doing is to use strings.
Lets take
char age;
,could use
char age[3];
to prevent trolls.
Those are chars, not char arrays or Strings. You're also asking for a char (%c) with scanf.
Char = 1 letter.
I haven't really played with C in ages, but perhaps http://pastebin.com/GjhFHXxF
thx!
http://pastebin.com/ACyuHSxv
thx for your version
btw, that [80] uses more memory than a lower number, right?
http://www.youtube.com/watch?v=6EHemagYSs8 no cudi no wiz no hiphop