About C++ on different OS?
-
-
Hello dear friends, Sorry,if asking this question on this forum looks stupid. Can we write program that runs on MAC OS using c++? Please advise. Any refrence material link or suggestion is appreciated. Thanks in Advance. :rose: :rose: :rose:
ritz1234
ritz1234 wrote:
Can we write program that runs on MAC OS using c++?
Yes, but depending on your need, you will probably need to use a specialized library for the UI. Native C++ is cross-platform, but there are a lot of things that are not cross-platform in addition to the basic C++ language (win32 API, MFC, ...). If you want to develop cross-platform code with a user interface, I suggest you take a look at wxWidgets[^].
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++ -
Hello dear friends, Sorry,if asking this question on this forum looks stupid. Can we write program that runs on MAC OS using c++? Please advise. Any refrence material link or suggestion is appreciated. Thanks in Advance. :rose: :rose: :rose:
ritz1234
regarding the strict C++ programming language, nothing avoids you to code for MAC OS, Windows, Linux/Unix, Symbian or whatever else Operating System. The only constrain is the compiler. as long as you can find a compiler (of a Cross-Compiler) for the OS you want to target, then go for it
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hello dear friends, Sorry,if asking this question on this forum looks stupid. Can we write program that runs on MAC OS using c++? Please advise. Any refrence material link or suggestion is appreciated. Thanks in Advance. :rose: :rose: :rose:
ritz1234
ritz1234 wrote:
Can we write program that runs on MAC OS using c++?
Of course. BTW: Why don't you try
Google
to find out relavant info? For instance, a quick search gave me this page [^].If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
ritz1234 wrote:
Can we write program that runs on MAC OS using c++?
Yes, but depending on your need, you will probably need to use a specialized library for the UI. Native C++ is cross-platform, but there are a lot of things that are not cross-platform in addition to the basic C++ language (win32 API, MFC, ...). If you want to develop cross-platform code with a user interface, I suggest you take a look at wxWidgets[^].
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++i think you looked a bit too far. the question wasn't about making cross plateform programs, but only "is it possible to make a C++ program for MAC OS"... or it was badly asked :rolleyes: wxWidget is good though
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
i think you looked a bit too far. the question wasn't about making cross plateform programs, but only "is it possible to make a C++ program for MAC OS"... or it was badly asked :rolleyes: wxWidget is good though
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
toxcct wrote:
i think you looked a bit too far.
Yeah I know but I didn't want to only reply 'yes', and as I started to talk about it I could't stop ;P
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++ -
toxcct wrote:
i think you looked a bit too far.
Yeah I know but I didn't want to only reply 'yes', and as I started to talk about it I could't stop ;P
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++Cedric Moonen wrote:
I started to talk about it I could't stop
I don't know about Italy or Belgium, but we call that a verbal diarrhea in Mumbai. ;P
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Microsoft MVP - Visual C++[^]
-
Cedric Moonen wrote:
I started to talk about it I could't stop
I don't know about Italy or Belgium, but we call that a verbal diarrhea in Mumbai. ;P
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Microsoft MVP - Visual C++[^]
Rajesh R Subramanian wrote:
I don't know about Italy or Belgium
Oh, we simply call that a woman :-D *Ducks and hides under cover*
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++ -
Rajesh R Subramanian wrote:
I don't know about Italy or Belgium
Oh, we simply call that a woman :-D *Ducks and hides under cover*
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++:laugh: :laugh:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Microsoft MVP - Visual C++[^]
-
Hello dear friends, Sorry,if asking this question on this forum looks stupid. Can we write program that runs on MAC OS using c++? Please advise. Any refrence material link or suggestion is appreciated. Thanks in Advance. :rose: :rose: :rose:
ritz1234
YES, Xcode is Apple's premiere development environment for Mac OS X its not automactically included in all Mac OS , to check if its installed goto Terminal application and enter g++ , if it replies application not found goto http://developer.apple.com
Vikas Amin
My First Article on CP" Virtual Serail Port "[^]
modified on Thursday, July 24, 2008 5:33 PM