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

ratprita

@ratprita
About
Posts
24
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • OpenGL
    R ratprita

    Is there any efficient way to share OpenGL resources in multithreaded programming?

    C / C++ / MFC graphics game-dev question

  • map
    R ratprita

    yes there are seperators. name1 and value1 are seperated by tab. value1 and value2 are seperated by space. The first line(name1 tab value1 space value2)\n second line(name2 tab value1 space value2)

    C / C++ / MFC tutorial question

  • map
    R ratprita

    yes an STL map. the key will be the name and the value will be the values. text file format is name1value1value2 name2value1value2

    C / C++ / MFC tutorial question

  • map
    R ratprita

    How to read the contents of a text file and insert in a map? The text file format is name1value1value2 name2value1value2

    C / C++ / MFC tutorial question

  • [Message Deleted]
    R ratprita

    [Message Deleted]

    C / C++ / MFC

  • [Message Deleted]
    R ratprita

    [Message Deleted]

    C / C++ / MFC

  • Matrix Addition
    R ratprita

    I want to add 2 matrices (2 dimensional), using 2 methods. 1. Pointer To Array Method 2. Base Address of Array Using Int Pointer Anyone please help me.

    C / C++ / MFC data-structures help

  • Threading
    R ratprita

    I tried this. I have made the second dialog modeless. My requirement was that when i click on the button on the 1st dialog, 2nd dialog will be activated. Now after making the 2nd dialog modeless, i am getting the 2nd dialog on each click on the 1st dialog's button . ie, more than one dialog(2nd) is activated. What is the problem?

    C / C++ / MFC question

  • Threading
    R ratprita

    I have 2 dialog boxes. One for writing into a file and other for reading from the file. I am using 2 threads. One WriteThread and one ReadThread. When i run the application , i am not able to access the 2 dialogs synchronously.When the second dialog is displayed, i am not able to access the first dialog. Means after displaying the second dialog, i have to close it to get the first dialog. Anyone know the solution?

    C / C++ / MFC question

  • coloring a button
    R ratprita

    Anyone know how to color the background , Text and the border of the an owner drawn CButton ?

    C / C++ / MFC tutorial question

  • Editing the labels
    R ratprita

    Thanks a lot. Its working now

    C / C++ / MFC data-structures tutorial

  • Editing the labels
    R ratprita

    Not adding items to the CTreeCntrl. My problem is that , i have an editable tree, ie, i have checked the edit labels option.i want to know how to accept the label change on the tree. Means how to set the changed label?

    C / C++ / MFC data-structures tutorial

  • Editing the labels
    R ratprita

    yes, CTreeCntrl

    C / C++ / MFC data-structures tutorial

  • Editing the labels
    R ratprita

    Anyone know how to edit the labels of the TreeCntrl and add userdata in the tree.

    C / C++ / MFC data-structures tutorial

  • TreeCntrl and ListCntrl
    R ratprita

    I am a fresher in MFC. That is why asking such questions.

    C / C++ / MFC question

  • TreeCntrl and ListCntrl
    R ratprita

    Do anyone know the code for displaying the selected items and its child items of a treecntrl into a listcntrl?

    C / C++ / MFC question

  • Handling keystrokes on TreeCntrl
    R ratprita

    Anyone know the code for Handling keyboard strokes like enter,delete in TreeCntrl?

    C / C++ / MFC question

  • CustomButton
    R ratprita

    I have made a custom Button with text on the button. I want to change the color of button, color of the text on the button and the border color on the button . I have to use CColorDialog to select the desired color. Anyone know the way, how to do this?

    C / C++ / MFC tutorial question

  • Link error [modified]
    R ratprita

    when i changed the main function of a template class into a separate file, i have got a link error.Display is a function in the template class error LNK2001: unresolved external symbol "public: void __thiscall Gen_Queue<int>::Display(void)" (?Display@?$Gen_Queue@H@@QAEXXZ) What may be the problem? Anyone know the solution? I was coding a generic queue. i have made GenericQueue.cpp with functions Add(), delete() and display(). genericQueue.h have the variables and declaration of the functions. In another file GenericQueueMain.cpp i have written the function main() for the generic queue. I have made an object for the GenericQueue and tried to call the functions . Then i got the error-- error LNK2001: unresolved external symbol "public: void __thiscall Gen_Queue<int>::Display(void)" (?Display@?$Gen_Queue@H@@QAEXXZ)

    modified on Tuesday, October 13, 2009 6:23 AM

    C / C++ / MFC help c++ data-structures question

  • Usage of Win32APIs CreateFile(),WriteFile() and ReadFile()
    R ratprita

    I need code urgently. Pls help.

    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