
February 13th, 2013, 11:40 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 4
Time spent in forums: 48 m 19 sec
Reputation Power: 0
|
|
Password system
I am trying to create a password system but I have virtually no experience. Can it be done in an understandable way?
This is my error filled code in C made in Bloodshed
#include <stdio.h>
#include <conio.h>
int main(void){
printf("type here");
while (kbhit(void)="happehfaic"); //*problem here*//
{ printf("well done");
} return 0;}
Any thoughts?
|