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
W

wwwhb2000

@wwwhb2000
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting int to Hex String
    W wwwhb2000

    I think you can finish it as the following: int nNum = 7424; char szNum[20]; sprintf(szNum, "%x", nNum); Coding,I love it! MM,I Love it 2!!

    Managed C++/CLI question learning

  • Reading data from Serial Port.
    W wwwhb2000

    I think you can solve this problem by the following code: BYTE byte2Read[20]; for( int nRead=0; nRead<20;) { if( ReadByte( byte2Read[nRead] ) ) { nRead++; } } Coding,I love it! MM,I Love it 2!!

    C / C++ / MFC graphics tutorial
  • Login

  • Don't have an account? Register

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