Forum: C++ Jul 26th, 2008 |
| Replies: 11 Views: 2,871 ^^ i just got it right :)....
i searched google and seems if you compile using g++ you wont get those header errors.
can anyone please explain to me the difference between g++ and gcc?
thanks |
Forum: C++ Jul 26th, 2008 |
| Replies: 11 Views: 2,871 this is the entire code i have and i compile it under ubuntu gutsy using gcc class.cpp
#include <iostream.h>
using namespace std;
class test
{
public:
bool t() |
Forum: C++ Jul 26th, 2008 |
| Replies: 11 Views: 2,871 thanks for quick reply, as i said i am a newbie :)
now i get the following error when compiling:
gcc class.cpp
/tmp/cc1LNGYB.o: In function `__static_initialization_and_destruction_0(int,... |
Forum: C++ Jul 26th, 2008 |
| Replies: 11 Views: 2,871 hi,
i have the following code:
#include <iostream>
using namespace std;
class test{
public:: bool t() |
Forum: C++ Dec 18th, 2005 |
| Replies: 5 Views: 1,429 hi
i want to :
1. view all the books
2. search for a book
i have managed to complete part of this . the code is as follow:
#include <iostream> |
Forum: C++ Dec 15th, 2005 |
| Replies: 1 Views: 975 well im not an expert in c++, but i think you need to have user enter the id of book and his and check against the file, then make that book not available.
AM I RIGHT EXPERTS?????????????????????? |
Forum: C++ Sep 6th, 2005 |
| Replies: 2 Views: 3,143 hi
first i apologise if this is not the place to post this thread. :)
Is it possible to create a couronne game like the one in minilip : http://www.miniclip.com/couronnedeluxe/index.htm using... |