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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
L

ludi0423

@ludi0423
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Access CPU register
    L ludi0423

    Thanks, Superman. And I wonder whether the keyword "register" is possible to be used to specify a register in the processor? :)

    C / C++ / MFC tutorial question

  • Access CPU register
    L ludi0423

    Hello, Could anyone tell me how to access the CPU register in C? Thanks

    C / C++ / MFC tutorial question

  • how can this program work correctly
    L ludi0423

    If you are using Visual Studio 2008, you may try #include "stdafx.h" #include using std::cout; using std::endl; class Test { public: Test() { } int GetValue() { return 2; } }; int main() { Test* test = new Test(); cout << test->GetValue() << endl; //test = NULL; delete test; cout << test->GetValue() << endl; system("pause"); return 0; } 1. add the "#include "stdafx.h"" before "include " 2. add the "using std::cout; using std::endl;"

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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