Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
~404 People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
hey, is it possible to make a python program that could interact with internet, for example a program that could make a search on google. If it is possible then how could i do that?
Use fread function, search the cplusplus site for more information, it think it's a part of cstdlib
to compile some source just type in console: g++ program.cpp -o program program.cpp is your source code, and program is your compiled program, then run it with ./program
The End.
Uncle_John