Forum: C++ Oct 7th, 2007 |
| Replies: 19 Views: 4,612 Well, I've heard about it, try this code! but it think it works on
old compiler such as Turbo C++ V3.
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <dos.h>
int main() |
Forum: C++ Oct 7th, 2007 |
| Replies: 19 Views: 4,612 Well, I've heared about it, try this code! but it think it works on
old compiler such as Turbo C++ V3.
[code=c++]
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <dos.h>
... |
Forum: C++ Sep 30th, 2007 |
| Replies: 4 Views: 13,970 Thanks, it works, but i dont understand part of your code!
std::cin.ignore()
why you use that?!
my compiler gives error on that line?!, is it for pausing the screen?!
Regards |
Forum: C++ Sep 30th, 2007 |
| Replies: 4 Views: 13,970 Hi guys,
i have one question, when i type
using namespace std;
at top of my program my compiler gives some error
especially syntax error!
my compiler is Borland C++ v.5
for example simple... |
Forum: C++ Sep 13th, 2007 |
| Replies: 8 Views: 6,383 My compiler gives 4 errors, and those are from your header file(manager.h) |
Forum: C++ Sep 11th, 2007 |
| Replies: 1 Views: 1,250 Hello,
I'm trying to make SNAKE (Game) under C++ with using
#include <graphics.h>
Can anyone help me.
Thanks |
Forum: C++ Sep 11th, 2007 |
| Replies: 16 Views: 7,102 Yes, I want to write my own C++ compiler, I've seen some e-books on internet but those are not free!
URL Link: http://www.bigwebmaster.com/95.html |
Forum: C++ Sep 11th, 2007 |
| Replies: 16 Views: 7,102 Hi,
How can i make c++ compiler under windows or Linux. |
Forum: C++ Sep 4th, 2007 |
| Replies: 3 Views: 8,711 Yes, i can, either i know the formula of Maclaurin Series but i cant write the program!!! |
Forum: C++ Sep 4th, 2007 |
| Replies: 3 Views: 8,711 I'm trying to calculate sin(x) without using
#include <math.h>
i need to use Maclaurin Series to calculate sin(x) with recursive process.
thanks |
Forum: C++ Sep 3rd, 2007 |
| Replies: 6 Views: 1,383 You should use
getch();
at the end!
#include <stdio.h>
#include <conio.h>
#include <iostream.h>
int main()
{ |
Forum: C++ Sep 3rd, 2007 |
| Replies: 3 Views: 2,084 Hi,
I'm using suse Linux 10.1, i wonder if there is any good compiler such as turbo c v.3 in Microsoft windows?!
if anyone knows please help me. |