Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yavuz

  1. yavuz

    error message

    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 ?
  2. yavuz

    Graphics

    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-)
  3. yavuz

    Graphics

    Thanks ! I'll try that
  4. yavuz

    Graphics

    I'm don't have some library files such as graphics.h What do I have to do?
  5. yavuz

    Graphics

    I meant Borland, not Roland :)
  6. yavuz

    Graphics

    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...
  7. yavuz

    Dev-C++ y wont 'getch()' work in console apps?

    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, &quot;Hello, World!&quot; cout << &quot;Hello, World!&quot; << endl; return 0; }...
  8. yavuz

    HTML buttons

    :-) In fact I don't need a menubar . But I like programming things and I'm learning it. :-)
  9. yavuz

    HTML buttons

    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...
  10. yavuz

    HTML buttons

    Is it possible to create a HTML button without using the HTML tags or document.write() ?
  11. yavuz

    communication *.js file and IE

    But I need the inner area of IE. The problem is that document.offsetWidth works if I write it in the HTML file, but not if in js file.
  12. yavuz

    communication *.js file and IE

    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. :)

Part and Inventory Search

Back
Top