473,382 Members | 1,386 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

multiplatform C++

Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?

Aristotelis
Aug 1 '06 #1
6 1558
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?
Use only standard c++.

Aug 1 '06 #2

Pitaridis Aristotelis wrote:
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?
For GUI applications, see http://www.wxwidgets.org/

Aug 1 '06 #3

Pitaridis Aristotelis wrote:
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?

Aristotelis

Using standard c++ does not matter where. but what you can do is
narrow.

Aug 1 '06 #4

Pitaridis Aristotelis wrote:
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?
Yes, I'm sure somebody knows how to do this, since there are many cross
platform c++ projects around.

If you're really asking how to implement a cross platform c++ project,
you need to stick to standard c++ and/or only use libraries which are
also cross platform.

Aug 1 '06 #5
On 08/01/06 09:50, Pitaridis Aristotelis wrote:
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?

Aristotelis
Maybe you should try reading this first

http://www.gnu.org/prep/standards/
http://www.gnu.org/software/gnustep/...dingStandards/

Giorgos
Aug 1 '06 #6
"Pitaridis Aristotelis" <pi*******@hotmail.comwrote in message news:1154415079.975414@athnrd02...
Does anyone knows how to write windows applications which can easyly
compiled for linux and windows operating systems?
For things that can be accomplished with standard C++, use standard C++.
If standard C++ has no provisions for certain functionality
(threading, hardware access, operating system access, etc.)
isolate such functionality in separate compilation units and related header files.

Fred.Zwarts.
Aug 2 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Simon Roses Femerling | last post by:
Thx for your response sqllite looks very interesting :) Here is the python module: http://sourceforge.net/projects/pysqlite/ I'm familiar with mysql and postgresql but there are too heavy and...
1
by: Simon Roses Femerling | last post by:
Hello all :) Is there any simple and multiplatform database for python ? It must be a local database (like mdb. files) I was thinking of using mdb (MS Access) but in linux is a bit more hard...
6
by: Kyle | last post by:
Hello all! I'm looking into developing a biological program for modeling and sequencing DNA and other biological processes. The program's main focus would be to look for similarities and...
6
by: Rick | last post by:
Hi: I have found some information about the effort made by the Linux people(http://go-mono.com/) to implement .NET Framework on Linux. Thanks to the newsgroup writer yerterday! My question...
0
by: Fábio Emilio Costa | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Anyone knows a good Report system for C++ (Crystal Reports-style), preferably multiplatform? - -- Thanks!
9
by: Lloyd Dupont | last post by:
If I write a pure C# application, only using the standart publi API, no interop, the same binary should work well on32 bit, 64 bits and perhaps on the compact framework as well if I link against...
4
by: gmax2006 | last post by:
Hi, I am developing scripts that must run on both Linux and windows. My scripts contain lots of relative paths (such as log\\log.txt or ctl\\table.ctl) If I use os.sep, it makes the code ugly....
3
by: Vladimir Scherbina | last post by:
Hello all. I apologize if I am posting on wrong NG, please guide me for right one. I am looking for a multiplatform (maybe free) IDE for C++ development. The target OS are: Win32/Win64,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.