Search:

Type: Posts; User: Visual Develope

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,534

    Database Software Ideas...

    Hi,

    I am presently looking to build a portfolio of large-scale database applications. I am looking to build various sample applications that show skills of database programming, object-oriented...
  2. Replies
    4
    Views
    1,834

    Erm..could be a bug. I'll check that out. It...

    Erm..could be a bug. I'll check that out. It seems it's not adding tags for any keywords within a function body...

    By the way, I'm still learning C++, so how did you go about creating the similar...
  3. Replies
    4
    Views
    1,834

    Opps, forgot to tell you all. I coded it in VB6....

    Opps, forgot to tell you all. I coded it in VB6. :p
  4. Replies
    4
    Views
    1,834

    C++ Code Formatter

    Hi,

    I just created my own syntax highlighter, which formats C++ code with the color tags for this forum. So it's easier to post my code.

    If anybody would like to see it, i'll post it up on the...
  5. Replies
    9
    Views
    3,296

    Studying C++

    The compiler you are using is fine. However, I strongly recommend that you get your hands on either Microsoft Visual C++ 6.0 or Borland C++ 5.02.

    Tutorials should NEVER be used as a sole resource...
  6. Replies
    4
    Views
    8,520

    C++ Multiplication Table Generator

    Hi,

    I am currently taking C++ classes, and I have been given a simple (erm...) task of creating a C++ application that takes one input which is a number to one-decimal point e.g. 1.8, 1.9, 2.0,...
  7. Replies
    8
    Views
    2,561

    Project Type for DOS Application

    Hi,

    I am using Microsoft Visual C++ 6.0 Enterprise Edition on Windows 2000.

    What project type do I choose for creating a true DOS application, that can run for instance when the system is...
  8. Replies
    3
    Views
    2,402

    C++ and Object Oriented Programming

    Can anyone give me a overview on object oriented programming and it can be greatly implemented with C++?

    Also, what can the C++ programming language do completely on its own without library...
  9. Replies
    3
    Views
    5,890

    Thank You

    Just what I needed.

    Thank you very much Sorensen.

    :)
  10. Replies
    3
    Views
    5,890

    C++ Class Object Collection

    Hi,

    I have a simple class object:



    #include <iostream> //include iostream header
    #include <string> //include string header

    enum gender {Male = 1, Female = 2}; //enumeration of gender type
  11. Replies
    3
    Views
    2,950

    First C++ Application

    I heard that almost every C++ programmer, including professionals, started with this exact program:



    #include <iostream.h>

    int main()
    {
    cout << "Hello World!" << endl;
    return(0);
  12. Replies
    9
    Views
    1,678

    The Future of C/C++

    Hi there,

    From my understanding, I believe that C++ has been the dominant language for the development of commercial software such as operating systems, windows applications and "office" like...
  13. Replies
    6
    Views
    2,807

    C++ Game Development & Demand

    Hi,

    I wish to learn about game development with C++. How much Mathematics do I need to know in in order to gain the fundamentals of game development and design inluding using graphics libraries...
  14. Replies
    7
    Views
    1,508

    Beginning C++ Programming

    Hi,

    I am 17 years old, and I have been programming with Visual Basic 6 for over 3 years. I am currenty studying at college, and also working as a part-time VB developer in Tottenham, London. I am...
Results 1 to 14 of 14