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

Search:

Type: Posts; User: vishalon

Search: Search took 0.01 seconds.

  1. Re: Passing Array of Object gives compilation ERROR

    OK
    Now I have this code very simple and plain which is giving fine output. As I am passing the array of object in showAge function.


    #include <iostream.h>
    #include <conio.h>
    class fish
    {
    ...
  2. Passing Array of Object gives compilation ERROR

    Hello Everybody

    This is my question
    Define a class named HOUSING in C++ with the following descriptions:
    Private members
    REG_NO integer(Ranges...
  3. Replies
    5
    Views
    2,818

    Re: If someone can tell me why my program crash

    OK Paul can you give some guidance where I can get good tutorial on the topic I am looking for that is Using MySQL database from C++
  4. Replies
    5
    Views
    2,818

    Re: If someone can tell me why my program crash

    Dear Paul McKenzie thank you for considering and reply. I am not friendly with C++, I'm learning C++
    While compiling the code,compiler is complaining
  5. Replies
    5
    Views
    2,818

    If someone can tell me why my program crash

    Hello
    I am trying to connect MySQL database from C++ code given below-
    My development environment is -
    Window 7
    CODE::BLOCKS 10.05 with minGW mingw32-g++.exe
    MySQL Connector C++...
  6. Replies
    4
    Views
    1,805

    JDBC ClassNotFound Exception

    Hi

    I am learning JDBC with MS SQL Server 2005. I wrote a simple code in Java 1.6
    This is my code in MainJdbc1.java

    import java.sql.*;

    public class MainJdbc1
    {
    public static void...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured