Thread: Open Source
View Single Post
Old May 14th, 2006, 7:28 PM   #1
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
Open Source

What are your guy's opinions on open source. I personaly am for it, I think that one company should not create a tycoon based on source code, all source should be shared only for the purpose of learning. I'm not saying that open source should be legal to gain source code. I am asking this becouse how can people learn how to create "awsome" programs or "killer" games without seeing how its done by the people who made them programs and games.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote