View Single Post
06-04-2012, 03:00 PM
#9
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

Originally Posted by unikorndesigns View Post
i just found that c language is pretty fast and it would be great if u could show me an example of executing a c program using php! I tried googling it, but nothng seemed to work.
C needs to be compiled into a program. If you're in a linux setup you're going to need to learn how to use the GCC compiler. There's tons of resources on google. There's also IDEs out there but I usually just use Vim and GCC on the command line.

Reply With Quote