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!

Search results for query: *

  • Users: curlyj
  • Content: Threads
  • Order by date
  1. curlyj

    adding to negative numbers

    Hi, Im trying to increment a negative number towards 0 onwards - and store the result in my array. my negative number has 6 places and can only range from -2.000000 to +2.000000 I have a start value, the step to increment by, and a limit - which resets back to start value so I might...
  2. curlyj

    random 2d landscape

    Hello! I would like some help and advice... im trying to generate random 2d landscapes - kinda worms style, but I just want a line that goes from the left of the screen to the right - I dont need extra bits of land floating on there own. I wish I had some code to show you - every effort ive made...
  3. curlyj

    pointers

    I am reading up on how to code with Visual C++ 6 and I have understood all the concepts I have read - so far - bar pointers. I understand that you can set a pointer to a memory location thats holding data but the rest of pointers I just cant understand! It's a bit cheeky, but could someone...
  4. curlyj

    sound(x)

    Hi! Im new to C++ and have been reading through C For Dummies Volume 1 I am using Borland C++ 5.5.1 the book states that although it is written for C the book works for C++ as well. in the book there is the following example that is to be typed in, yet it will not work. Could anyone help...
  5. curlyj

    Dependency files

    I have a VB 6 project that has dependancies other then the files that are bundled by MS as VBRUN600.EXE Do I have to make sure that these extra files needed to run my app are in a users system folder? Do I have to register the files with windows in some way? Thanx for your help! QBasic is fun...

Part and Inventory Search

Back
Top