C++ stuff

DJ Art djart at freemail.gr
Sat Jul 31 22:58:43 EEST 1999


Linux και πάλι Linux:
Όταν κανω compile το παρακάτω προγραμματάκι στο Linux, δουλέυει σωστά.
Στο DOS (compile με Turbo C++) όταν δώσω έναν τουλάχιστον δεκαδικό
αριθμό π.χ οταν δώδω 217.55 και 1 η τελική έξοδος είναι 218.550003 !!!
Το πρόβλημα είναι του compiler  γιατί όταν το κάνω compile με Borland
(απο Winblows) πάλι δουλέυει σωστά.

<----->
//test.cpp
#include <iostream.h>

void main()
{
  float n1, n2, n3;

  cout << "\nGive a number: "; cin >> n1;
  cout << "Give a number: "; cin >> n2;
  cout << n1 << " + " << n2 << " = ";
  n3 = n1 + n2;
  cout << n3 << endl;
}
<----->

Υπάρχει κανείς που να δουλέυει το rhide??? Δουλευει το help ?? Εμένα
(rhide 1.4.7 binaries version) μου βγάζει "cannot find help". 
  Βέβαια, αυτό που θελω να βρώ είναι μια λίστα με τις βιβλιοθήκες και
τις συναρτήσεις τους για to Linux (g++ or gcc). (Έχω πρόβλημα μεταφοράς
των προγραμμάτων από την Turbo του DOS στο Linux, π.χ. δεν μπορώ να βρώ
βιβλιοθήκη που να περιέχει το getche()) 
HELP !!!!

-- 
===========================================================
| DJ Art                                                  |
| email address: <djart at hellug.gr> <djart at freemail.gr>    |
===========================================================
| Personal Linux Page:                                    |
| http://www.geocities.com/SiliconValley/Code/6319        |
===========================================================

--
====================================================================
Gia boithia (h na diagrafhte) e-mail sto majordomo at hellug.gr
Ta archives tis listas einai sto http://lists.hellug.gr/archives
prin steilete kapoia erothsh psakte mipos exei hdh apanththei.
Gia opoiodipote problima stilte e-mail ston owner-linux-greek-users at hellug.gr
====================================================================



More information about the Linux-greek-users mailing list