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
R

Rajith

@Rajith
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adding Controls in CGridCtrl virtual mode
    R Rajith

    Im currently working on CGridCtrl. I need to support atleast 50,000 rows so i opted for the virtual mode. The problem raised when I have to add controls into my Grid such as Check boxes and combo boxes. I also want set the color of the text in virtual mode. Will you be able to help me out here. Im very desperate... Thanks Rajith

    C / C++ / MFC help css

  • STL, or MFC's Array/List?
    R Rajith

    Here are some performance readings which i took for CArray and std::vector Time taken to add 1 million elements( unsigned long ) CArray = 2.7360s ( 2736 ms ) //Will be faster if you set the size using SetSize() vector = 0.0210s ( 21 ms ) //Will be faster if you set the size using reserve() CList = 0.0260s ( 26 ms ) std::list = 0.1220 ( 122 ms ) CMap = 0.0820 ( 82 ms ) // Used InitHashTable( 200017 ) or else it will take ages to add elements stl::map = 0.0399 ( 399 ms ) Though STL is not as well structured or as easy to use as MFC but performance wise they win hands down. Note: Will using STL access the elements using iterators. It will be very fast.

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

  • .doc to .rtf converter [modified]
    R Rajith

    Thanks a lot Iain.. But that was not what i was looking for.. Let me put my question like this... How do i convert .doc & .html to .rtf programmatically using VC++/C++/C

    C / C++ / MFC c++ html help question

  • .doc to .rtf converter [modified]
    R Rajith

    Hello fellow programmers... i've been looking for a way to convert .doc & .html to .rtf in the quickest possible way programmatically ( VC++/C++/C) .. Can any of u help me out here??? Thanks Rajith -- modified at 5:44 Monday 25th June, 2007

    C / C++ / MFC c++ html help 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