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
V

Vimal Earnest

@Vimal Earnest
About
Posts
21
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • New to network programming in C++
    V Vimal Earnest

    You should read the books by "Networking Books" by Richard Stevens. It is considered the standard book for learning networking. It is based on UNIX/POSIX, but the principles covered will be same for windows also. ~ Vimal

    IT & Infrastructure c++ sysadmin help learning

  • Configuration Management and Directory tree structure
    V Vimal Earnest

    Hi, Is there any good books, articles (links) regarding configuration management and designing directory tree structure for a large project, so that things like daily builds, back up's can be well managed ? ~ Vimal

    IT & Infrastructure data-structures question workspace

  • Constructor conversion.
    V Vimal Earnest

    William, The conversion from int to Number is legitimate in C++, and my VC++ 6.0 compiles it fine. But the print function wont compile, since you are printing a 'Number' and not an int.The compiler has no idea about printing the Number type.To do this you need to overload the insertion operator "<<". ~ Vimal

    C / C++ / MFC c++ question

  • DLL question
    V Vimal Earnest

    What happens is, the COW (Copy On Write) mechanism is used by the system to make a private copy of these variables. To be specific, the system makes a private copy of the memory section containing static and global variables in the process modifying these variables. refer chapter 19 (DLL basics) of Jeffrey Richter's Programming Applications for Microsoft Windows 4th ED for more info. ~ Vimal

    C / C++ / MFC question performance

  • DLL question
    V Vimal Earnest

    Yes, the two processes share the same chunk of memory. ~ Vimal

    C / C++ / MFC question performance

  • Using C functions in Visual C++
    V Vimal Earnest

    Your problem is not clear from the posted message. You can use c functions from Visual C++(Visual C++ is a tool built on c++ and c++ is backward compatible with c ). If you have problems with using c functions from a library(link error most probably), that may be due to the name mangling brought about by the c++ compiler. You can ask the compiler to turn off name mangling for the library functions by doing the following : extern "C" { #include "yourheader.h" } This asks the compiler not to mangle the names in the header file. HTH ~ Vimal

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

  • MessageBox from a service ...
    V Vimal Earnest

    Thanks again. True I didn't set the version macros.I compiled the code after including the _WIN32_WINNT macro and MB_SERVICE_NOTIFICATION works fine. :-D ~ Vimal

    C / C++ / MFC tutorial question

  • MessageBox from a service ...
    V Vimal Earnest

    Thanks. :) Though the MB_SERVICE_NOTIFICATION flag is specified in the MSDN, the complier gives an "undeclared identifier" error on my windows 2000 machine :~ . But MB_DEFAULT_DESKTOP_ONLY does the trick. ~ Vimal

    C / C++ / MFC tutorial question

  • MessageBox from a service ...
    V Vimal Earnest

    Hi all, How to show a message box from a windows service ? Any tips, pointers, links ? Thanks in advance ~ Vimal

    C / C++ / MFC tutorial question

  • Windows Networking reference
    V Vimal Earnest

    Hi, I am looking for books that will help me learn about windows networking API's. Say I want to know the ways by which I can transfer a file from one computer to another under windows 2k. Obviously FTP is the answer, but are there any other ways ? I am looking forward to your suggestions. ~ Vimal

    C / C++ / MFC json help question

  • CMOS Test.
    V Vimal Earnest

    Hmm.. Cesium Metal Oxide SemiConductor ~ Vimal

    The Lounge com question

  • Aussies = Snake Charmers
    V Vimal Earnest

    I read somewhere that in Australia if you find a snake in your house you are not supposed to harm it.You are to inform authorities and they will come and take it away. This is quite different from what we do here in india.Here if someone finds a snake,it will be beaten to a pulp.I think the fear of snakes leads them to do this.

    The Lounge question

  • UI guidelines for dialog boxes
    V Vimal Earnest

    Good points.I like to add a few more Dialogs should support keyboard shortcuts. 1.This means that we can move within a group by using arrow keys. 2.We should be able to select various controls using ALT+key combinations.For this we have to underscore the 'key' letter of the text associated with the control.

    The Lounge html com design hosting business

  • which team do you like best?and why?
    V Vimal Earnest

    I like italy too.I started watching international football when Roberto Baggio was Italy's main star (Italia 90).I still remember the spectacular solo goal he scored against belgium(i think) in that world cup.Ever since then it's been italy for me. Moreover italians are more disciplined and well behaved. I hope they don't do things like what Rivaldo did in this world cup and Simeone did in the previous world cup. :mad:

    The Lounge sharepoint collaboration regex question

  • Code comments
    V Vimal Earnest

    Yes I do. Nish, I work at Nest, a CMM level 5 company in trivandrum. :)

    The Lounge c++ question announcement

  • Code comments
    V Vimal Earnest

    i start with something similar ( our coding standard insists so ) /*******************************.FILE_HEADER.*************** * .File: .xxxxx.c * .Version: .0.0 * .Project Code: .PROJECT * .Author: .Vimal * .Created on: .15 Mar 2002 ************************************************************ * .Summary: * .Note: * * .Revision History: bug fixes and optimizations * ***********************************************************/

    The Lounge c++ question announcement

  • ebooks
    V Vimal Earnest

    Try these http://hoganbooks.com/freebook/weball.html http://www.lib.utexas.edu/Libs/PCL/Etext.html http://www.ulib.org

    The Lounge question

  • Interview Question
    V Vimal Earnest

    1.If we don't define a copy constructor the compiler will generate one for us and any pointer members will "bitwise" (shallow) copied. 2.A default constructor will do nothing.Nothing is copied.

    The Lounge csharp c++ question career

  • Women in IT
    V Vimal Earnest

    We get cartoon network in india.I like Dexter's laboratory, Jetsons, Tintin etc.:) Vimal

    The Lounge com question learning

  • Planet of the Apes
    V Vimal Earnest

    How can we be sure that the statue is of general thade?. Most of the apes in the movie looks similar except for their costumes and ornaments. Vimal

    The Lounge csharp json help question announcement
  • Login

  • Don't have an account? Register

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