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 nylonelyguy

  1. nylonelyguy

    please help

    Hello all! can someone help me here please. i have this code, i like it, the only problem with it, it doesnt adjust the pictures size. it has them all in one size. i was looking for something like the code in the bbc web site where each pic has a different size and it wont be stratch. here is...
  2. nylonelyguy

    one function

    here is my program, it is only returning one value. can someone look at it please and tell me what im doing wrong. note: only one function allowed, not allowed to use if statment, or global vaiable. #include <iostream.h> int calculate (int &, int &, int &); void main() { int a,b,c...
  3. nylonelyguy

    who can help me here

    thanx for the reply. well as i said im really new to c++. i did many simple programs though. i just started to learn function. im using visual c++ 6. here what i have but i dont think it is right. #include <iostream.h> #include <math.h> double time(double, double); void main() { double t...
  4. nylonelyguy

    who can help me here

    using the sqrt() to determine the time it takes a ball to hit the ground after it has been dropped from 800 foot tower. g=32.2 ft/sec^2 write a function to do that. please take it into consderation that im new to c++. > Thank you i think the formula for the time time=sqrt(2*distance/g)
  5. nylonelyguy

    NEED YOUR HELP

    hello all! i am hoping to get some help here. i am new to programming. i was asked to do these 2 programs. im sure they are nothing to u. so please who ever can help reply to my post. 1. write a program that read five numbers between 1 and 30 for each number read, your program should print al...
  6. nylonelyguy

    intel SDK 85

    Hello there! I am a new born to the assembly world. can someone help me find useful stuff for the intel sdk 85, like sample programs, commands or any useful tips. I would really appriciated it alot. thanx
  7. nylonelyguy

    PLEASE HELP

    Hi there, i have this problem and i would really appreciate it alot if u guys can help. im not a programmer, i understand the concept and i can relate. i was asked to modify a report. first, i dont understand the language of this report. but it is easy to understand the meaning of it. this is a...

Part and Inventory Search

Back
Top