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 Mike Lewis 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. ssmitty

    Wireless in ear headphones?

    Do these things exist? Does anyone sell in ear headphones that are wireless?
  2. ssmitty

    Beginner question

    I'm just learning the basics of c++ (just a bit past hello world), and I have a question: How do you make two different pieces of code execute at once? I know that i could just put one after the other and the computer would execute it so fast you couldn't tell they which one came first, but how...
  3. ssmitty

    String initialization

    thanks.
  4. ssmitty

    String initialization

    Oh, sorry, i want to initialize a char[] string.
  5. ssmitty

    String initialization

    How do you initialize a string? Is there a way to do it as simply as you initialize a variable?
  6. ssmitty

    intializing a variable to a random number

    oh wait, this gives me a random number, but it is the same everytime i run the program, is there one that changes the number each time i run the program?
  7. ssmitty

    intializing a variable to a random number

    thanks.
  8. ssmitty

    intializing a variable to a random number

    I want to initialize a variable to a random number...something like this... int somevariable = (random number between 1 - one hundred)... i dunno...
  9. ssmitty

    newb, string branching

    Hey im just learning the basics of c++, and I know how to use an if, for, or while statement to loop and branch my coding, but they can only work with integers. How can i get the same effects but usings char strings instead? Thanks in advance.

Part and Inventory Search

Back
Top