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

wb_program

@wb_program
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VC 6.0: shortcut key for create cpp source file?
    W wb_program

    hi all : As far as I know,to create a source file in visual studio 6.0 is not that easy as push a button,but: file->new->files->c++ sourcefile?please help me :(

    C / C++ / MFC c++ csharp visual-studio help question

  • How to calculate the time between LBUTTONDOWN and LBUTTONUP?
    W wb_program

    I can't find any function for calculate the time between LBUTTONDOWN and LBUTTONUP,help me ~ :cool:

    C / C++ / MFC help tutorial question

  • How To Beautify the Software Interface In MFC?
    W wb_program

    I know there are many beautyful applications written using MFC,but I can't make it :sigh:

    C / C++ / MFC question c++ design tutorial

  • Searching string..
    W wb_program

    In c++: #include <string.h> char *strstr( const char *str1, const char *str2 ); The function strstr() returns a pointer to the first occurrence of str2 in str1, or NULL if no match is found. If the length of str2 is zero, then strstr() will simply return str1. For example, the following code checks for the existence of one string within another string: char* str1 = "this is a string of characters"; char* str2 = "a string"; char* result = strstr( str1, str2 ); if( result == NULL ) printf( "Could not find '%s' in '%s'\n", str2, str1 ); else printf( "Found a substring: '%s'\n", result ); :laugh:

    Algorithms algorithms learning

  • How To Beautify the Software Interface In MFC?
    W wb_program

    Hi all, Recently,I have to design a small soft,but how to make the software interface on our own style is beyond us.As we all known, the window created by MFC is very ugly.Some software interface is so attractive,but how to imatate?(English is not my mother language and this is my first time ashing question,I am sorry I can't declared my doubt clearly.) Thanks

    C / C++ / MFC question c++ design 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