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 TouchToneTommy 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

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