rather new with c++ / writing data files

Im rather new with c++ but i have programing experience on c and Java so that not a problem for me,

tha main issue is now my professor wants me to work on linux and i am kinda lost, cay i am trying to program in the simplest way as used to do on windiws.. i dunno if there is a diff in both of them... if im wrong please guide me.

seccondly i am working on some phyisics projects at my grad school, i want to write text and data files of my results how can i do that...

thanking you all in advance.
If you don't use external libraries a C++ program works the same on Windows and on Linux.

Writing to files tutorial: http://www.cplusplus.com/doc/tutorial/files.html
Topic archived. No new replies allowed.