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
R

Rahul200676

@Rahul200676
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use MFC in a win32 prog
    R Rahul200676

    When u say a Win32 application, its understood that its a C program and not C++ program. Strictly speaking, MFC calls cannot be made from Wni32 program. If still u wanna use, go to project setting and specify 'Use MFC' Rahul

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

  • Name Mangling
    R Rahul200676

    Name mangling is a technique used by the compiler. Each compiler can have different algorithm for name mangling. I don't think its possible to prevent name mangling. Rahul

    Managed C++/CLI c++

  • operator= understanding problem
    R Rahul200676

    To understand the concept of = operator, take the scenario, i = j = k; In this k should be assigned to j and then j should be assigned to i. This is the reason, why we make the return type of the =operator as reference and not by value. If you are passing by value, u will have problem, if u have a pointer data member and u are allocating new memory and don't have a copy constructor. By using return by reference you are actually saving on time as well as memory. Rahul

    C / C++ / MFC c++ json help question learning

  • Can someone help with varible type problem
    R Rahul200676

    Hi, The variable rate is only one byte long, where as the first parameter type of sprint is char*, hence its giving u error. Try with rate as a char array. Rahul

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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