No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi I would like to make cgi-bin program which will make dynamic pictures. I know how to make cgi program which would output simple html file #include <iostream> using namespace std; int main(int argc, char* argv[]) { cout <<"Content-type: text/html\r\n\r\n" << endl; try { cout<<"<html><body><h1>Test</h1></body></html>"<<endl; } catch (exception e) { … | |
Hi, i'm programing in CodeBlocks (http://www.codeblocks.org/). I would like to add Dlib (http://dlib.net/) library to my project. How can I do this? I went to my project "Build options..."->"Search directories"->Compiler and added path to "dlib" folder. I did the same for "Linker" and "Resource compiler" (more info abaut adding libaries … | |
Re: Hi, what code i must to write to get strings instead of table. Because in example you save query data directly to table. In JAVA what i want would look as this [CODE] ArrayList<String> VV = new ArrayList<String>(); String SQL1 = "SELECT * FROM "+Baza1TABLE+";"; ResultSet RES1 = null; SQL1.Connect(Baza1IP, … |
The End.