OK . . . uh. . . so back to the point. Can any one help me?
:) Jeremy Draxler
"Try? Try not. Do or do not, there is no try" -Yoda-
http://www.xerxes333.dhs.org
I would love to learn some perl, lately i have been looking into perl programming and it seems to follow pretty much the same pattern as C, so I dont think it would be to hard for me to "Convert" and thanx for the FAQ sggestion ill be sure to check it out. Jeremy Draxler
"do or do...
Im creating a web page for a fun and Ive never created my own script. I have C++, C, java, Visual C++ background but I dont know what i need to know to write a cgi script. Basically what i want to do is create a database of items and give the option to someone viewing my web page to search for...
How Should I do this properly?
int main ( )
{
char *string="empty";
char item='2';
//at this point i am trying to convert 'h'
//into "h" so that i can use atoi( )
string=item;
cout << string << endl;
return 0;
}
Any and all help is greatly appreciated
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.