User: NewToProgramming

  • Public profile

User profile: NewToProgramming

User info
User name:NewToProgramming
History
Joined:
Number of posts:6
Latest posts:

My program cant read gets()
[code] char buf[100]; fgets(buf,100,stdin); //input choice choice = atoi(buf); [/code] Ho...

My program cant read gets()
@Chervil Thanks for clarifying this problem with me. I find all this explanation very useful :) [qu...

My program cant read gets()
Great codes you have there What does "char * removeSpace(char * input, char * output)" do? Im still...

My program cant read gets()
Take a look at this code. Go into choice number 2. #include<stdlib.h> #include<stdio.h> void men...

My program cant read gets()
im sorry here's the full code #include <stdio.h> #include<stdlib.h> int main() { char text[100],...

This user does not accept Private Messages