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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. navinp

    how do i open a windows folder using c??

    What I understand you are using c++ in windows environment. You want to create a folder to create those files. To create folder use CreateDirectory() function. While writing you can use SetCurrentDirectory. Hope it works... Navin
  2. navinp

    what is a profiler?

    Hello!!! You can download turbo c profiler from http://www.simtel.net/pub/pd/50915.shtml Navin
  3. navinp

    General Question

    I would like to add The Pointers facility is specially useful because of Dynamic Memory Allocation. This facility allows the programmer to increase the number of elements in an array (which is used in the form of pointers) during run time. So you do not need to allocate extra space by assuming...
  4. navinp

    graphics in c

    You can find helpful source code at this link. http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=3&grpCategories=13&optSort=Alphabetical&txtMaxNumberOfEntriesPerPage=10 Navin
  5. navinp

    graphics in c

    Hi!! It depends which type of game you intend to write. In my opinion you will require at least Graphics library as well as sound library. Navin

Part and Inventory Search

Back
Top