Thread: Remote Administrative Tool in Pure C

  1. #1
    Registered User
    Join Date
    Feb 2017
    Posts
    2

    Question Remote Administrative Tool in Pure C

    is it possible to develop a Remote Administrative Tool in pure C?
    is there some library or so for it?

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    No. You'd at the very least need sockets, and "pure C" has no socket library. There are several external and/or OS-specific libraries to use though.
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Feb 2017
    Posts
    2
    Quote Originally Posted by GReaper View Post
    No. You'd at the very least need sockets, and "pure C" has no socket library. There are several external and/or OS-specific libraries to use though.
    Can you tell me some external library to make this for Windows?

  4. #4
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,111
    Quote Originally Posted by lucaspbr View Post
    Can you tell me some external library to make this for Windows?
    A simple Google search of "c socket library windows", would give you several possible solutions.

    An alternative, and possibly better search would be "c socket library cross platform".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pure C Vector
    By isolier in forum C Programming
    Replies: 6
    Last Post: 07-31-2013, 06:20 PM
  2. Help!!! I need a pure C timer!
    By TalosChen in forum C Programming
    Replies: 14
    Last Post: 05-10-2006, 11:25 AM
  3. Pure Pwnage
    By stuart_cpp in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 05-02-2006, 07:00 PM
  4. Pure FTPd
    By cboard_member in forum Tech Board
    Replies: 5
    Last Post: 03-21-2006, 01:06 PM
  5. Pure C++ newb :S
    By roguewolftamer in forum Game Programming
    Replies: 2
    Last Post: 10-07-2003, 06:36 PM

Tags for this Thread