Forum: C++ Apr 15th, 2005 |
| Replies: 1 Views: 46,366 Hi Friends,
Again i m here with my problem.
I m developing a very large project and i m using a huge memory model in my borland turboc++ 3.0 compiler.
What is happening is that when i m... |
Forum: C++ Mar 24th, 2005 |
| Replies: 5 Views: 14,745 Thanks a lot friends for your prompt help.
I think i have done a great exploration by finding this group.
I am sorry that i didn't explained my problem in detail in my last post.
Well better... |
Forum: C++ Mar 23rd, 2005 |
| Replies: 5 Views: 14,745 Hi Friends,
Can anyone tell how to change the attributes of a directory through C or C++.
I have tried to found in my compiler's help file but it was showing the method to change the file... |
Forum: C++ Mar 18th, 2005 |
| Replies: 9 Views: 5,074 Dear Narue,
Thanks for your advice.
Well i have found on the internet the borland c++ 5.5 command line tools and an editor (VIDE) to work with it.
But now when i am trying to compile... |
Forum: C++ Mar 17th, 2005 |
| Replies: 9 Views: 5,074 I have tried dynamically allocating memory and also reducing some lines of code but to no help. :sad:
Is there anybody to help me???????????????? |
Forum: C++ Mar 17th, 2005 |
| Replies: 9 Views: 5,074 Thanks for your help.
Its a horrible condition now since devc++ doesn't have a graphics.h & conio.h and i have written a hugh bulk of code in borland compiler and its not possible for me to make... |
Forum: C++ Mar 15th, 2005 |
| Replies: 9 Views: 5,074 Thanks for your advice.
I tried using Dev-cpp compiler but i am getting error messages when i transferred the code that was working with the old compiler to the new compiler.
For ex : when i... |
Forum: C++ Mar 15th, 2005 |
| Replies: 9 Views: 5,074 Please help.I am in a desperate condition.
I am getting the error message "segment _TEXT exceeds 64 k" when i am linking my program in borland turboc3 3.0 compiler.
Can anyone suggest a remedy... |
Forum: C Dec 9th, 2004 |
| Replies: 2 Views: 4,882 Hi!
I am developing a project in which i want to run 2 programs simultaneously in such a way that when the user runs 1st program,the 2nd program gets called from the 1st program and now both the... |
Forum: C Oct 6th, 2004 |
| Replies: 9 Views: 6,916 Dear Narue/Frrossk,
Thanks for all your help.
I have downloaded Dev compiler and executed the system command which worked fine.
But now i am facing a new problem.
I tried to compile the... |
Forum: C Oct 1st, 2004 |
| Replies: 9 Views: 6,916 Dear Narue,
Here is the section of the code that i used :
#include<cstdlib>
#include <stdio.h>
#include<conio.h>
#include<process.h>
int main(void) |
Forum: C Sep 30th, 2004 |
| Replies: 9 Views: 6,916 Dear Friends,
I am developing a small project in which the users have to fill a form from which it will be saved into a database.
Here i wanted to scan a particular folder in the hard-drive... |