CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kanth

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    617

    Re: warning reg inline functions!!

    hey!!

    really beautiful explanation !!! thanks KoKo!!

    regards,
    ss.
  2. Replies
    7
    Views
    617

    Re: warning reg inline functions!!

    hey!

    thanks Dear Andreas!

    infact, this was what i've been searching for regarding the return type of main() function.

    thanks again!

    regards,
    ss
  3. Replies
    7
    Views
    617

    Re: warning reg inline functions!!

    Dear Andreas,

    Thank you very much for your info. regarding inline functions.
    by the way.... many a times, i too observed that in C++ it is always int main() but not void main(). why is it so! ...
  4. Replies
    5
    Views
    3,200

    runtime and compile time polymorphism!!!

    hi,

    any body, pls tell me what is runtime polymorphism and compile time polymorphism and the difference between both?
    or pls suggest me any good website or books that can best solve my doubts...
  5. Replies
    7
    Views
    617

    warning reg inline functions!!

    hi all,

    i just started learning CPP. i tried a simple program that contains a class and a constructor in that. this is the program i wrote for understanding the concept of constructors....
  6. Replies
    2
    Views
    624

    how to read data displayed on the console?!

    hi,

    anybody pls help me! i was trying to read the displayed contents from the console, in text mode. i understood that the text mode screen starts at (1,1) and ends at (80,24).

    is there any...
  7. Replies
    1
    Views
    1,961

    PCI slot access using C

    hi,

    i've got a general purpose card with 512 KB RAM inserted into the PCI slot. what is the procedure to access the memory locations of the processor on the card using C language. i tried with the...
  8. Thread: graphics error!

    by kanth
    Replies
    1
    Views
    684

    graphics error!

    hi,

    i was trying a simple graphics program in C language. the exe file was running properly. suddenly oneday i found an error displayed on the screen as

    BGI Error: graphics not initialised (use...
  9. Thread: DLL files

    by kanth
    Replies
    1
    Views
    482

    DLL files

    hi,

    anybody pls tell me whether there is any method to view / read the contents of a dll file associated with an exe file?
    i opened the dll file in a notepad but the contents of the file are...
  10. Replies
    11
    Views
    4,700

    error with .pdb file

    hi,

    i'm working in a win32 platform,win32 application project. when i try to execute the program, sometimes there occurs an error which reads- "fatal error 1033: cannot open program database...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured