![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSH doesn't pick up user's project from /etc/project | kurgan | SUN Solaris | 2 | 05-21-2008 09:52 AM |
| Who know this project? | Osawa | UNIX for Dummies Questions & Answers | 5 | 09-08-2007 10:08 PM |
| perl project question | hankooknara | Shell Programming and Scripting | 2 | 01-07-2007 08:44 PM |
| project | anurakrish | Linux | 0 | 03-27-2006 08:17 PM |
| project | nrusimha | UNIX for Dummies Questions & Answers | 1 | 02-07-2006 04:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
C++(Project SizingLabs) - question
We are working on a new benchmark tool called SizingLabs, This is my last year as a Mct Student and to pass this year i need to work 4 months with 8 other students non stop on this project. I am responsible for creating a tool for a unix system that collects system (performance) information and send that information to a server socket.
I am a mere beginner in creating tools in c++.( I am familiar with Visual basic.net(server-client ,wmi..) Asp.net Java(server-client chess game) and JSP(forum)). My question is can i use Visual C++ to create an unix tool, and if i can what kind of project should i best choose, if i cant what code developer tool should i use then. thnx for your time for those who can read Dutch here you have an explanation of our project SizingLabs |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Visual C++ is a micro$oft product, it wont run on unix unless you do lots of crazy porting of your own, but there is a tool called Qt with many classes available for you to use from sockets to graphics ...
|
|
#3
|
|||
|
|||
|
thnx for the info just what i needed, and so fast reply in less than 5 mins
|
|
#4
|
|||
|
|||
|
question, are there maybe other developer tools than qt for unix systems ? because i cant seem to get the open source version of qt installend on XP (when i do configure -platform it keeps asking me to do that again)
|
|
#5
|
|||
|
|||
|
Quote:
Interesting! I just thought MS VC++ would never run on any of the unix/linux flavours Really! Quite surprising!!! |
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
|||
|
|||
|
There is some confusion here. Qt needs to run under xterm on Linux. Why? Because you have to make UNIX system calls, not Windows API calls. You cannot compile against libraries that do not exist.
You can install Cygwin on your PC and work in that UNIX environment. g++ (C++ compiler and libraries from GNU)is available for almost every UNIX platform. So you could port your code from Linux to Solaris, for example. I think there is a Qt environment for windows, but I don't see how you could do anything for UNIX in it, like test. |
|||
| Google The UNIX and Linux Forums |