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. kenjisamurai

    There are always strings tied to strings

    That is awesome Lenky. Thanks a lot. Now if I can only figure out how to allow whitespace in the string........
  2. kenjisamurai

    There are always strings tied to strings

    Nooooo, its not working. It said something about not being able to convert string stupid to something something and more errors. Any ideas? Isn't this suppose to be one of those simple basic fundamental things like cout that doesn't require head banging?
  3. kenjisamurai

    There are always strings tied to strings

    Ok I've figured out how to make a string variable. How do I get it to have a value? This little code down here produces errors at the user input line: #include <iostream.h> #include <string> using namespace std; int main() { string stupid; cout << &quot;Please type your name here:&quot...
  4. kenjisamurai

    strings in c++

    Ok I am a beginner in C++ and I have one problem that is halting my learning. I have #include <string> already on, but I can't use string identifier at all. something like: string stupid1, stupid2; gives me errors on that particular line. What's up with this?

Part and Inventory Search

Back
Top