I'm new to c++.
I get this message while compiling :
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_main' referenced from C:\BORLAND\BCC55\LIB\C0X32.OBJ
What does it mean ?
And, if you know one, can you give me an URL where I can find information about some important functions, libraries,... [reading]
What I found were introductions to programming...
Thanks
s-)
I'm a beginner in c++.
I installed the compiler of roland and now I want draw graphics, but how will I do that.
I searched the internet, but didn't find good information about graphics. There are some examples, but they don't work.
What do I need to be able to make graphics ?(maybe a package...
I don't know anything about c++.
I just downloaded dev-c++. But I can't compile a simple hello-world program.
//include this file for cout
#include <iostream.h>
int main() {
//print out the text string, "Hello, World!"
cout << "Hello, World!" << endl;
return 0;
}...
I'm trying to make a windows-like menubar, like the one you can see at http://www.geocities.com/myavuzselim/slide_menu.html , but with a .js file so you can make your own menubar with giving some parameters. But I have problems with document.write() in .js , so I'm asking if there is a way to...
If I write javascript in the HTML, then I can get the width of the document with document.offsetWidth. I want write a generic .js file, but then I can't get the size of the document with document.offsetWidth. Is there any way to do that?
Thanks. :)
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.