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
S

simon wan

@simon wan
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to respond VK_LEFT and VK_DOWN at the same time?
    S simon wan

    Thank you all guys, GetAsyncKeyState solves my probelm 劍客 賈島 十年磨一劍, 霜刃未曾試。 今日把示君, 誰有不平事?

    C / C++ / MFC tutorial question

  • How to respond VK_LEFT and VK_DOWN at the same time?
    S simon wan

    I want to respond the message VK_LEFT and VK_DOWN at the same time so I can move a object to the buttom-left coner, and I don't want to use DirectInput, is there some way to make that, please? 劍客 賈島 十年磨一劍, 霜刃未曾試。 今日把示君, 誰有不平事?

    C / C++ / MFC tutorial question

  • free memory
    S simon wan

    say free!free!free! 劍客 賈島 十年磨一劍, 霜刃未曾試。 今日把示君, 誰有不平事?

    The Lounge performance tutorial

  • about "delete"
    S simon wan

    ...... char* p= new char[100]; ... //should I use // delete p; //or // delete[] p;

    C / C++ / MFC

  • What Sound Software to Split an MP3 Audio File
    S simon wan

    MP3 Splitter & Joiner http://www.ezsoftmagic.com

    The Lounge php database com question

  • Depressed ...
    S simon wan

    how lucky you are. I had the similar situation years ago, but I just kept that feeling in my heart never told her, and then we went to different cities. and again, I saw her in a party last new year, she's pregnant, and she found me when I was looking at her, she walked to me and smiled, she asked "does I look different? the bully" . for a moment I couldn't say a word, I just smiled and at last I got something to say " yes, different. more beautiful now". she smiled, said "that's nice" , and then walked away. yeah, really nice.

    The Back Room

  • Depressed ...
    S simon wan

    god, I did the same thing when I was a kid. now, I think that's ... nice

    The Back Room

  • CString
    S simon wan

    Example The following example demonstrates the use of CString::operator +. // example for CString::operator + CString s1( "abc" ); CString s2( "def" ); ASSERT( (s1 + s2 ) == "abcdef" ); CString s3; s3 = CString( "abc" ) + "def" ; // Correct s3 = "abc" + "def"; // Wrong! The first argument must be a CString.

    C / C++ / MFC question

  • who can tell me WHY?
    S simon wan

    its output is 47, why? #include "stdafx.h" #include class base { int i; public: base(base&){} base(int I=0):i(I){} virtual int sum(){return i;} }; class derived:public base { int j; public: derived(derived&){} derived(int I=0, int J=0):base(I),j(J){} int sum(){return base::sum()+j;} }; void call(base b) { cout<

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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