oracle

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mama

    #1

    oracle

    what are the best text book i can use to learn oracle for a
    beginner,and what programme is best for a would be programmer to
    know.is there any site for tutorial for such programming languages and
    when preparing for mcse what site is best for tutorials and prepares
    one for these exams

  • Sigmathaar

    #2
    Re: oracle

    You are off-topic you should ask for information in the right forum :



    Comment

    • Ben Pope

      #3
      Re: oracle

      mama wrote:[color=blue]
      > what are the best text book i can use to learn oracle for a[/color]

      #include <string>

      enum Subject {Java, C, Oracle, C++};

      int main() {
      if (GetSubject() != C++) {
      throw std::string("Of f Topic");
      }
      }

      This newsgroup is not a general purpose information gathering forum.

      Ben Pope
      --
      I'm not just a number. To many, I'm known as a string...

      Comment

      • Ko van der Sloot

        #4
        Re: oracle

        Ben Pope wrote:[color=blue]
        > mama wrote:
        >[color=green]
        >> what are the best text book i can use to learn oracle for a[/color]
        >
        >
        > #include <string>
        >
        > enum Subject {Java, C, Oracle, C++};
        >
        > int main() {
        > if (GetSubject() != C++) {
        > throw std::string("Of f Topic");
        > }
        > }[/color]
        [color=blue]
        > g++ c.c[/color]
        c.c:3: error: redefinition of ‘C’
        c.c:3: error: ‘C’ previously defined here
        c.c:3: error: expected `}' before ‘++’ token
        c.c:3: error: expected unqualified-id before ‘++’ token
        c.c:3: error: expected declaration before ‘}’ token

        [color=blue]
        > This newsgroup is not a general purpose information gathering forum.
        >
        > Ben Pope[/color]

        sorry,
        couldn't resist ;)

        Ko

        Comment

        • Ben Pope

          #5
          Re: oracle

          Ko van der Sloot wrote:[color=blue]
          > Ben Pope wrote:[color=green]
          >> mama wrote:
          >>[color=darkred]
          >>> what are the best text book i can use to learn oracle for a[/color]
          >>
          >> #include <string>
          >>
          >> enum Subject {Java, C, Oracle, C++};
          >>
          >> int main() {
          >> if (GetSubject() != C++) {
          >> throw std::string("Of f Topic");
          >> }
          >> }[/color]
          >[color=green]
          >> g++ c.c[/color]
          > c.c:3: error: redefinition of ‘C’
          > c.c:3: error: ‘C’ previously defined here
          > c.c:3: error: expected `}' before ‘++’ token
          > c.c:3: error: expected unqualified-id before ‘++’ token
          > c.c:3: error: expected declaration before ‘}’ token
          >
          >[color=green]
          >> This newsgroup is not a general purpose information gathering forum.
          >>
          >> Ben Pope[/color]
          >
          > sorry,
          > couldn't resist ;)[/color]

          ....the annoying thing is that it's so obviously bad! I started off with
          the topics being strings and modified to an enum - the enum didn't
          include fortran, cobol or operating system either, so even if had it
          compiled, it wouldn't be very useful!

          Ben Pope
          --
          I'm not just a number. To many, I'm known as a string...

          Comment

          Working...