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
Z

zhanzongru

@zhanzongru
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Which SDK should I download?
    Z zhanzongru

    Perhaps you are using the incorrect version of the winscard.lib. There exist several versions under this name. Try to change the librarty search directory order to ensure you are use the correct one. Hope helps.

    C / C++ / MFC c++ question hardware debugging help

  • DWORD to CString Conversion.
    Z zhanzongru

    DWORD d;
    CString cstrExample;
    cstrExample.Format(_T("%d"), d);

    C / C++ / MFC question

  • Use Codec
    Z zhanzongru

    S O C K E T !

    C / C++ / MFC sysadmin tutorial

  • How to get a C++ job?
    Z zhanzongru

    Ah, really?

    C / C++ / MFC c++ csharp java graphics tutorial

  • Reading from file
    Z zhanzongru

    Simple way: They are just plain text files. Use general file operations. Complete way: Office Automation. You can find a sample in the MSDN.

    C / C++ / MFC c++ question

  • Include Header file at run time.
    Z zhanzongru

    For example you have two header file: h1.h h2.h Their contents are something like: content1 content2 respectly. You load it at the begining of your program to two vars. Then you can use any of them when you need. You can also load either of them when you need, it depends on the size of the header files and other things. Hope it helps.

    C / C++ / MFC question

  • How do I develop an internet video conferencing system like skype?
    Z zhanzongru

    DirectShow in the Windows SDK. XAudio/Dsound in the DirectXSDK or you can just use a plain WaveIn/Out API to record the sound for you. Yes, you need sockets.

    C / C++ / MFC question c++ com
  • Login

  • Don't have an account? Register

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