CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 1 match
CCS Forum Index
Author Message
  Topic: getch() problem
pic_pro2010

Replies: 2
Views: 3860

PostForum: General CCS C Discussion   Posted: Sat Feb 20, 2010 4:38 am   Subject: getch() problem
Here is the code I am trying to compile:

char menu(void);

void main()
{
while(1)
{
switch (menu()) {

case '1': ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group