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 gkittelson 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. GeertJ

    Help, i'm switched from Borland C++ builder to VC++

    this: error C2664: 'atoi' : cannot convert parameter 1 from 'System::String __gc *' to 'const char *' Cannot convert a managed type to an unmanaged type could it been that there is something wrong configurated?
  2. GeertJ

    Help, i'm switched from Borland C++ builder to VC++

    Hi, I tried that, but stil i've got a lot of errors. My code used: private: System::Void button1_Click(System::Object * sender, System::EventArgs * e) { int number = atoi((LPCTSTR)textBox1->Text); } what i get when compile: Compiling... stdafx.cpp Compiling...
  3. GeertJ

    Help, i'm switched from Borland C++ builder to VC++

    Hi all, I hope this is the right forum i post my message, else, beat me :) Recently, i swichted from Borland C++ builder (BCB) to Visual studio.net because it has some advantage that C++ builder does'nt have. Because I'm used to program in BCB, now I can't program simple things in VC++. Things...

Part and Inventory Search

Back
Top