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

Search:

Type: Posts; User: Nabhi18

Search: Search took 0.02 seconds.

  1. Problem in Select all from table using procedure oracle

    I am trying to execute the select command in a procedure.Initially i retrived all of the columns of the table in the procedure using cursor. The real problem comes when I am trying to access the...
  2. Re: C++ Acessing Virtual Functions of Custom Exception Class from Catch Statement

    Thank you so much superbonzo.
    Let me tell you what I thought process I had.( I am a newbie, so please don't mind if it is silly)
    I learnt that while using pure virtual functions, I will have to...
  3. C++ Acessing Virtual Functions of Custom Exception Class from Catch Statement

    I am now working on an idea to create a single catch statement and identify the validation and some run time exceptions. So I did create two custom exception classes with the virtual function for...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured