Thread: compiler question

  1. #1
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589

    Question compiler question

    I'm looking for a website that has a c/c++ compiler built into the page. Does anybody know of one, or am I in dreamland?
    I want a text box that I can insert my text, hit a button and the website compiles it to show an output or errors in the code.
    I'm disallowed the capability of using or installing a compiler at work, and want to continue developement w/o breaking the rules. I'm writting simple c and c++ command line programs. I've seen this done in other languages, but nothing for the c/c++ code.
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

  2. #2
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    Check this out!
    You can use online VS .NET for three hours and can always sign up for an additional three hours anytime. Never tried it, tho.
    I managed to install Dev C++ on my usb drive (it takes up 60 mb, not sure).
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about compiler copying objects
    By Sharke in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2009, 08:25 AM
  2. gcc compiler question
    By s_ny33 in forum C Programming
    Replies: 6
    Last Post: 10-18-2005, 07:13 AM
  3. question about bool
    By ssharish2005 in forum C Programming
    Replies: 7
    Last Post: 10-17-2005, 08:18 AM
  4. C/C++ Compiler Question
    By Unregistered in forum C++ Programming
    Replies: 11
    Last Post: 07-09-2002, 02:09 AM
  5. Question: Which Compiler????
    By MaBo in forum C Programming
    Replies: 5
    Last Post: 06-04-2002, 11:57 AM