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
B

beerboy_22

@beerboy_22
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Reading a text file
    B beerboy_22

    Here's a C++ solution: #include #include using namespace std; ... ifstream in("in.txt"); ofstream out("out.txt"); string s; while(is >> s) os << s << endl;

    C / C++ / MFC question

  • How to get column count of ListCtrl
    B beerboy_22

    SendMessage(SendMessage(hListCtrl, LVM_GETHEADER, 0, 0), HDM_GETITEMCOUNT, 0, 0);

    C / C++ / MFC tutorial

  • WM_PAINT seems not working
    B beerboy_22

    You should NEVER update your window using the above method... Instead use: InvalidateRect(hWnd, NULL, TRUE);

    C / C++ / MFC graphics help question learning
  • Login

  • Don't have an account? Register

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