Thread: _getc(); equivelent in linux

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    58

    _getc(); equivelent in linux

    does any one know what linux compilers call _getc()???
    --== www.NuclearWasteSite.com==--

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    All of them, getc is a standard function. Use this instead of asking incessantly whether standard functions are available in Linux.
    http://www.dinkumware.com/htm_cl/index.html

    -Prelude
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    ah yes getc() IS standared but i need _getc() one shows output to the screen the other dosnt.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  2. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  3. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  4. linux equivelent to conio.h
    By rkjd2 in forum C++ Programming
    Replies: 10
    Last Post: 03-18-2002, 11:35 AM