User Profile

Collapse

Profile Sidebar

Collapse
CyBerFirEZ
CyBerFirEZ
Last Activity: Nov 10 '07, 05:33 PM
Joined: Aug 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CyBerFirEZ
    started a topic The Practical Use of a Program
    in C

    The Practical Use of a Program

    OK, so we have C++ to generate genius programs and perform nightmarish calculations in a second. It's a powerful low level language etc.
    But the thing is, how do people program other objects apart from a computer?

    Like a piece from a calculator calculator:

    Code:
    int LCD()
    {
    int LCD;
    if (LCD ==1)
    {
    cout << "1" << endl;
    }
    if (LCD == 2)
    {
    ...
    See more | Go to post

  • CyBerFirEZ
    started a topic Calculator
    in C

    Calculator

    Alright, I am making a calculator application in g++ (microsoft visual c++ 2005 express edition). I have made my design with all of the buttons, and now I need to start coding!!!!

    First of all, how do I do something like:

    Say the user clicks button 1, display 1 in the calculation box.
    See more | Go to post

  • CyBerFirEZ
    started a topic New Window
    in C

    New Window

    Hi, I'm trying to design a simple game, using g++ - that is visual c++ 2005 express edition.

    I want to know how to open a window for the game!
    Anyone help?
    See more | Go to post

  • CyBerFirEZ
    replied to Animation and Graphic
    in C
    I've downloaded directx and am in a tutorial now.
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to Animation and Graphic
    in C
    and can I get tutorials, and learn how to make C++ and one of those libraries interact?
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to Animation and Graphic
    in C
    what do you mean by library?
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to Animation and Graphic
    in C
    and I can do all the strategic and background coding and saving stuff in C++
    and combining it with the animation from this software?
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    started a topic Animation and Graphic
    in C

    Animation and Graphic

    I want to create a strategical game like final fantasy etc in C++
    but how do I animate graphics, and characters etc?
    See more | Go to post

  • CyBerFirEZ
    replied to multiplication coding fault
    in C
    so then how do i make the forumla ignore the value 0?????
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to multiplication coding fault
    in C
    and it is because I am using a previous code from a program that does the same thing but with addition.
    Now ive realized in addition, adding value 0 would give the same output
    anyway back to how to make it ignore value 0, see post above
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to multiplication coding fault
    in C
    so what i need to do is make it ignore the value 0 in the multiplication formula.
    How could I do that?
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    started a topic multiplication coding fault
    in C

    multiplication coding fault

    This code is meant to keep prompting for user input (integers), and when 0 is pressed it is meant to view the product of all the entered numbers apart from 0.
    It works fine, but when I hit 0 to view the product, it shows 0.
    Here's the code:



    Code:
    if (a == 10)
    {
    int l;
    int m;
    cout<< "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \n \n";
    ...
    See more | Go to post

  • CyBerFirEZ
    replied to The Getline() Problem
    in C
    how do i do that?

    ? ?
    ?
    ----
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to The Getline() Problem
    in C
    Hey, it works. I inserted
    Code:
    cin.ignore();
    before the getline command, and now it works!

    Thanx a lot ganon

    :P
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to C++: Graphics and Game Programming
    in C
    are there any tutorials I can use in regards to this
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to The Getline() Problem
    in C
    so wat exactly do I have to get rid of?
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    replied to C++: Graphics and Game Programming
    in C
    I havent played those games, so I wouldnt know the quality.
    I would like the best quality possible really.
    See more | Go to post

    Leave a comment:


  • CyBerFirEZ
    started a topic C++: Graphics and Game Programming
    in C

    C++: Graphics and Game Programming

    Is it possible to create something similar to a PS2 game in C++? I was aiming towards final fantasy like, with their strategical systems and good graphics.

    If it isnt, what would be good to do that?

    Thanks

    Cyberfirez
    See more | Go to post

  • CyBerFirEZ
    started a topic The Getline() Problem
    in C

    The Getline() Problem

    This is the second time I am experiencing a problem with getline.
    I've used it before successfully, but I dont know what I'm doing wrong here.
    Here is the code where the problem is:

    Code:
       if (a == 6)
        {
      string f;
      int g;
      cout << "Enter the message to display at the end of the countdown:" << endl;
      getline (cin, f);
      cout << endl;
    ...
    See more | Go to post

  • CyBerFirEZ
    replied to The addition problem
    in C
    Thanks Hunderpanzer, that's what I needed, now I can make progress with my code. Thanks a lot.1. You have taught me a new way of getting information and showing it.
    2. You have given me precise help ( a code snippet) with an explanation.


    Thats all I wanted.
    :-P
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...