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
X

xiaohe521

@xiaohe521
About
Posts
12
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to define a const multileline string
    X xiaohe521

    very good! what i need is the third solution , both the source code in multiline and the output! thank you! thanks all! I love Programming

    C / C++ / MFC help tutorial

  • how to define a const multileline string
    X xiaohe521

    the solution as: const string TEMPLATE = "HELLO! \n\ IF YOU CAN HELP ME ,\n\ I WILL THANK YOU VERY MUCH!"; I love Programming

    C / C++ / MFC help tutorial

  • how to define a const multileline string
    X xiaohe521

    sorry , i don't want the "\n", because it not readable if there is a solution that present multile line is very good! I love Programming

    C / C++ / MFC help tutorial

  • how to define a const multileline string
    X xiaohe521

    how to define a const multileline string as const string TEMPLATE = "HELLO! IF YOU CAN HELP ME , I WILL THANK YOU VERY MUCH"; this can not pass complie I love Programming

    C / C++ / MFC help tutorial

  • how to convert a integer from hex to decimal
    X xiaohe521

    yes, the diffrent is the string's represent format, i know how to represent a integer to diffrent format string as char *_itoa( int value, char *string, int radix ); but int atoi( const char *string ); the function has only one param, no format param must i write a function to do this? I love Programming

    C / C++ / MFC tutorial

  • how to convert a integer from hex to decimal
    X xiaohe521

    as subject thx I love Programming

    C / C++ / MFC tutorial

  • can STL process wchar_t?
    X xiaohe521

    when i write the code: PWSTR env = _L("hello!"); std::cout<

    C / C++ / MFC c++ question

  • implicit typename is deprecated
    X xiaohe521

    my compiler is gcc I love Programming

    ATL / WTL / STL c++ graphics help question

  • implicit typename is deprecated
    X xiaohe521

    Hi why compile this method occurs warning! can the warnnings be disapper? template void Fun() { vector vecTest; vector::iterator iter = vecTest.begin(); } main.cpp: In function `void Fun()': main.cpp:10: warning: `typename std::vector >::iterator' is implicitly a typename main.cpp:10: warning: implicit typename is deprecated, please see the documentation for details please help me I love Programming

    ATL / WTL / STL c++ graphics help question

  • using ifstream to read a file.
    X xiaohe521

    but why do you need to read from beginning again I love Programming

    C / C++ / MFC question help

  • Save &amp; Open
    X xiaohe521

    class Photo { std::string sName; std::string sPhoneNo; } class Photos { public: Photos(std::string sFileName) { //readFromFile } bool SaveToFile(std::string sFileName); private: list lstPhoto; } I love Programming

    C / C++ / MFC data-structures

  • C++ file I/O
    X xiaohe521

    char buf[100]; ifstream file("test.txt"); ... file.getline(buf, 100); you should do this I love Programming

    C / C++ / MFC question c++
  • Login

  • Don't have an account? Register

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