Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

zhushaolin2005

@zhushaolin2005
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Simple question on String to double
    Z zhushaolin2005

    try as following: String ^str="9.99"; System::Single d=Single::Parse(str);

    Managed C++/CLI help question

  • CopyFile method and String conversions
    Z zhushaolin2005

    code as following, String^ source = "C:\\Temp\\Firefox.pcv"; String^ dest = "E:\\Test\\Firefox.pcv"; System::IO::File::Copy(source,dest); using the clr base as much as better,it's simple and clear. the system::io::file is a static class .

    Managed C++/CLI c++ help tutorial

  • Checking for presence of System::IO::Ports::SerialPort
    Z zhushaolin2005

    ...sp=nullptr; if (sp==nullptr) { dosometing; } alse,you can do like this ..sp; if (sp==nullptr) { dosometing; } in the c++/cli,the default object is equal to "nullptr".

    Managed C++/CLI c++ question sharepoint testing beta-testing

  • Managed forms application with 'autosave' wanted
    Z zhushaolin2005

    try as following public: Threading::Thread ^thd = gcnew Thread(new ThreadStart(autoSave)); private: System::Void LoadFiles(void) { thd->Start(); } private: System::Void autoSave(void) { Threading::Thread.Sleep(5000); }

    Managed C++/CLI csharp help tutorial question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups