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
C

Captain Price

@Captain Price
About
Posts
62
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Which OS do you work primarily on ?
    C Captain Price

    I've been using Windows for so long currently running window 8 on my desktop. I think windows is better to develop on than linux. What do you guys think about the war between linux and windows ?

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge linux question

  • developing a c code
    C Captain Price

    You should get a C book and Read. And if you have specific problems, please post them here.

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC linux help

  • What software are you using for learning programing ?
    C Captain Price

    Any time. Best Regards !

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC c++ question learning

  • What software are you using for learning programing ?
    C Captain Price

    As an IDE, Visual C++ without doubt. Plus I regularly use Notepad++ (use instead of notepad). Lightweight and cool.

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC c++ question learning

  • cout vs printf execution sequence
    C Captain Price

    Why are you trying to use both functions at once ? Is there any advantage ?

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC visual-studio

  • The Proof that a GUID is not unique
    C Captain Price

    That's why I don't use GUIDs. :-D

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge question com algorithms performance

  • Robots !
    C Captain Price

    Nope. Judged by the cover.

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge question

  • Robots !
    C Captain Price

    Seriously, The Stepford Wives ? :wtf:

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge question

  • Robots !
    C Captain Price

    Do you know which is the best robot that has been ever created ? The one that is closest to humans.

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge question

  • mfc dailog based application
    C Captain Price

    Use MAPI to send emails : http://msdn.microsoft.com/en-us/library/aa270794(v=vs.60).aspx[^]

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC c++ csharp visual-studio tutorial

  • The best time to plant lettuce
    C Captain Price

    Did you mean Leslie Chow ? :wtf:

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge csharp com tools question

  • Congratulations Sergey!!!
    C Captain Price

    Does Sergey has a job ? (:rose: Congratulations!)

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge

  • PE Resource Update
    C Captain Price

    If you're registering the window class by your self (i guess you do), you can specify the icon in WNDCLASS before registering the window class.

    wndclass.hIcon = LoadIcon (MAKEINTRESOURCE(ID_ICON), IDI_APPLICATION) ;

    Or Whenever you want (after your window has been created), you can load it to your window by SetClassLong :

    HICON hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ICON));
    SetClassLong(hWnd, GCL_HICON, (LONG)hIcon);

    cheers !

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    Windows API announcement learning

  • Life (spoiler)
    C Captain Price

    In theory, Yes. But reality would be far different.

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge

  • Life (spoiler)
    C Captain Price

    So you don't believe in reincarnation ?

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge

  • I don't know how to do!?
    C Captain Price

    Games like need for speed doesn't use the usual windows messages system. Your application responds when your window gets the message through WindProc and the message loop. The way which is used in games is entirely different. A cool video :- http://www.youtube.com/watch?v=XLCe-hQ8lgE[^]

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    C / C++ / MFC question performance tutorial

  • Finally!
    C Captain Price

    It sounds affordable :-\ and cool. Cheers ! :thumbsup:

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    The Lounge csharp asp-net visual-studio com graphics

  • help for new a web designer
    C Captain Price

    http://www.youtube.com/watch?v=IKeg1nhe-wE[^]

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    Design and Architecture html css design help tutorial

  • help for new a web designer
    C Captain Price

    Oh ! must've hit the wrong reply button. My bad. :thumbsup:

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    Design and Architecture html css design help tutorial

  • help for new a web designer
    C Captain Price

    You ? No, no..... I told BLue.iCe.BoX or Whoever !

    "If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"

    Design and Architecture html css design help 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