Search Results

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: fzafarani ; Forum: C++ and child forums
Forum: C++ Oct 7th, 2007
Replies: 19
Views: 4,612
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
My compiler gives 4 errors, and those are from your header file(manager.h)
Forum: C++ Sep 11th, 2007
Replies: 1
Views: 1,250
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
Hi,
How can i make c++ compiler under windows or Linux.
Forum: C++ Sep 4th, 2007
Replies: 3
Views: 8,711
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
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
Posted By fzafarani
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.
Showing results 1 to 12 of 12

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC