Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone I'm having some problems using getint. Are there any specific headers that I have to use? If anyone could help it would be appreciated thanks.
Posted
Comments
Frankie-C 1-May-15 11:21am    
Why you suppose that such a function exist in C standard libraries?
Where you get it?

1 solution

There is no standard C function "getint" - you probably want to use scanf("%d", &placeToPutTheValue) instead.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900