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 jeffrod

  1. jeffrod

    give me a direction please!!!

    Ive been using motion tweens right now and that might be why its so difficult. Honestyly, I fogrot completely about shape tweens. But I think youve got a good point with a mix of keyframes and several tweens. Ill try that out next. Thanks.
  2. jeffrod

    give me a direction please!!!

    Please help, I just need help finding a direction to go in. Im working on a project where I want a depict a plant growing out of the ground. I want the plant to grow out of the ground in the same manner that a snake moves on the ground, kinda like a S pattern. My problem is that I wanted to...
  3. jeffrod

    <vector> problem

    here i wrote a little code that might help you out. i made my own little BRTree class that im sure isnt want you have but it gets the point across. since you are using a vector of pointers, the syntax gets a little funky. i used arrows (->) and (*) to dereference it, it doesnt matter which you...
  4. jeffrod

    <vector> problem

    what type of vector is it? ( vector<T> MyVector, what is T? ) and why do you need to push a NULL into it? try getting rid of the &quot;class&quot; in vector<class MyClass*> and just do vector<MyClass*> (ie. vector<int*> instead of vector<class int*>
  5. jeffrod

    reading from a file

    im using vc++ 6.0 on windows98. im getting this problem when im reading from a file using ifstream. when reading from some files, eof() turns to one before the end of the file is actually reached. the characters i need to read are all 256 of the ascii values, so at first i thought that maybe...
  6. jeffrod

    reading from a file

    im using vc++ 6.0 on windows98. im getting this problem when im reading from a file using ifstream. when reading from some files, eof() turns to one before the end of the file is actually reached. the characters i need to read are all 256 of the ascii values, so at first i thought that maybe...

Part and Inventory Search

Back
Top