Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rahulbhalla
  • Order by date
  1. rahulbhalla

    facing a strange problem

    Hi, The problem looks like the buffer overflow, i.e. say you have allocated 100 bytes for storage and now you are tring to write more than 100 bytes in your program....... Try increasing the size of the buffer in which you store the bmp file data. Rahul
  2. rahulbhalla

    How to communicate to COM1/COM2 port?and read/write data to it?

    Have a look at the functions 'outp' and 'inp' if your are using the DOS or consoles from windows.
  3. rahulbhalla

    Executable

    well that won't work in the protected mode systems like linux, unix etc. and also i think merging of two exes of differnt origins like dos and windows (because the exe formats are different) in dos far pointer resolution is different from the way it is done in windows. It will make an...
  4. rahulbhalla

    where can I get a free download for C compiler

    Hello Swati, You can use the command prompt by using Visual C++ suit also, search for the file 'VSVARS32.bat' and put the refernce in you autoexec.bat, then you will be able to compile and link your progarms from the dos prompt using 'cl command'. alternatively You need to set the bin PATH and...
  5. rahulbhalla

    c projects

    Dear all, why don't you all make reusable components like textboxs, check boxs and all other controls as you find in VB, or beans. It will be nice to see your using them later in your project and telling that this peice of code i have written a year ago.. hope it helps Rahul
  6. rahulbhalla

    problem related to linked list

    you can add a counter for determing about existance of linked list. counter must be static member so that it retains the value. anything else can be suggested only if you show your code. hope it helps Rahul
  7. rahulbhalla

    Anybody familiars with old DOS-apps?

    graphics part is cool, it can be easily implemnted by just drawing a rectangle, for textbox(in this case only 8 characters are allowed) can also be easily implemnted see my code (well it is rough one but servs purpose) whole thing is simple just take one character at a time by getch() (does...

Part and Inventory Search

Back
Top