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 wOOdy-Soft 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 juststarted

  1. juststarted

    A very simple program and It doesn´t work!Why?

    In VC++ standard edition tutorial,1.chapter you´ll find this example. #include<iostream> using namespace std; int main() { cout<<&quot;garden&quot;; return 0; } I ll tell you steps just in case...First I would click on new file,gave a project a name,select win32 aplication,create an empty...
  2. juststarted

    Problems using Application variables...

    Thanks, Bastien I got the idea. Will try. Good luck to you.
  3. juststarted

    Problems using Application variables...

    Hi ASP People, I just started using ASP and already have encountered a problem trying to get this simple code to work. I want to count a number of current users of the application and it looks like it just keeps to grow. I close browser window - the count doesn't change. I open new browser...
  4. juststarted

    Source application

    Im learning C++ right now, but there is something i don't seem to get. When i choose &quot;application&quot; i can make buttons, labels etc. with drag and drop and than C++ builder makes functions for you. But i can't include C++ code that i learn from a book im using, while it does when i...

Part and Inventory Search

Back
Top