multiplatform C++

  • Thread starter Pitaridis Aristotelis
  • Start date
P

Pitaridis Aristotelis

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

Aristotelis
 
G

Guest

Pitaridis said:
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.
 
B

BigBrian

Pitaridis said:
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.
 
F

Fred Zwarts

Pitaridis Aristotelis said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top