Jump to content

Stephni

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Stephni

  1. I am disperte for help, I have produced plot by GNUPLOT , set terminal postscript set output "figure.png" but when I tried to insert them in presentation file(poster), it appears the postscripts lines not the figure please help me out
  2. Thanks, I work it out, do anyone know how to zip files in Linux and windows, also small question in presentation with LaTex, what is the command to add the slide number, e.g (1/25)
  3. after compiling the code ......what I need to write to see the outputs on the shell screen, Is it the same as Fortran ./a.out
  4. what I need to compile a c++ fille on Linux, as far as I know I've created my file with extension cpp by using the text editor such as KWirter, and then compile it with gcc, but it gives me long error message /tmp/ccb5v3PS.o: In function `__static_initialization_and_destruction_0(int, int)': 1.cpp:(.text+0x23): undefined reference to `std::ios_base::Init::Init()' /tmp/ccb5v3PS.o: In function `__tcf_0': 1.cpp:(.text+0x6c): undefined reference to `std::ios_base::Init::~Init()' /tmp/ccb5v3PS.o: In function `main': 1.cpp:(.text+0x8b): undefined reference to `std::allocator<char>::allocator()'
  5. Hi guys I have a code written by fortran 77, it has been working fine, but after I add some changes. I had comiled and does not give me any error messages, but when had the command ./a.out to display the results, it says killed, and I do not have no idea what this means. please help me out
×
×
  • Create New...