Q1,
what is the difference between using TCC.exe to compile
a C++ source code and using integrated enviroment TC.exe
(wiht Turbo C 3.00).
Q2,
when I compile a C++ source code with integ...
http://www.experts-exchange.com/Programming/Misc/Q_10162838.html
Zones:
ProgrammingDate Answered: 05/21/1999 Grade: A Views: 0
hi ,
I installed php-4.3.2 with apache-2.0.47 and mysql-4.0.14 on my linux system , I want to change an option , include_path .
I changed it several times in php.ini but still when i check it...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20725586.htm...
Zones:
PHPDate Answered: 09/02/2003 Grade: A Views: 0
I have already posted a q and recieved and accepted an answer on this issue but I believe I was premature. All I am trying to do is set up an easy framework whereby all of our configuration is in ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20760047.htm...
Zones:
PHPDate Answered: 02/01/2004 Grade: A Views: 0
I have an annoying include problem. I have three web sites in adjacent dirs:
/www
/dev
/3p
www is the main web site, dev contains a development version of the same, and 3p relies on some fu...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21769294.htm...
Zones:
PHP,
SSIDate Answered: 03/11/2006 Grade: B Views: 0
hello there,
i get this error what could be the reason.please help'
Warning: include(backfromen.php) [function.include]: failed to open stream: No such file or directory in /usr/local/www/dat...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22520584.htm...
Zones:
PHPDate Answered: 04/19/2007 Grade: A Views: 0
I just purchased Petzold's "Programming Windows 95" and I'm
trying to compile the first program, "Hello, Windows 95!"
I ran two batch files as I was instructed to in the book,
to set DOS environme...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10103113.html
hi
how to set other parameters while using cl.exe compiler provided with vc++
i'm mainly interested in knowing abt include paths , multiple directories and something like st onceand use it d...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20682953.html
Zones:
C++Date Answered: 07/19/2003 Grade: B Views: 0
[This issue seems fairly fundamental to organising the source of a project, so why is it non-obvious to implement in KDevelop ?]
I have a KDevelop (non-QT, non Default) project with a top-level ...
http://www.experts-exchange.com/Programming/System/Linux/Q_20734424.html
Zones:
Linux Dev,
SSIDate Answered: 08/02/2004 Grade: A Views: 61
More of a general one this. I've got a bunch of classes that I use day to day. I've been playing with one of them, and I have tried to include another file at the top of the class containing some c...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21225829.htm...
Zones:
PHP,
SSIDate Answered: 12/21/2004 Grade: B Views: 0
I am using an include through my entire website using the following:
<? require("../includes/header.php"); ?>
It works fine until I include it in a subdirectory:
<? require("../../includes...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...