User Profile

Collapse

Profile Sidebar

Collapse
IgorZ
IgorZ
Last Activity: Sep 24 '09, 08:45 PM
Joined: Sep 11 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • IgorZ
    replied to Calculator Question
    in C
    @ Banfa: I use Dev C++ program for compiling
    See more | Go to post

    Leave a comment:


  • IgorZ
    replied to Calculator Question
    in C
    What do u mean? How can i use them. I told you im a begginer can u give me step by step explanation? I think it will take 2 minutes of your valuable time...
    See more | Go to post

    Leave a comment:


  • IgorZ
    started a topic Calculator Question
    in C

    Calculator Question

    I made 1 calculator in C++ but it looks preatty simple. If some 1 sees it, he will tell that i made it in 2 mins... How can i change the design and looks of the C++ programs? I mean i want my calculator to look like this 1 but i don't know how to modify it to my needs. Should i try learning C# for that? I need some advise, btw im only a beginner...

    Code:

    Code:
    #include<iostream>
    #include<windows.h>
    ...
    See more | Go to post

  • IgorZ
    replied to Letter question
    in C
    How about when a person enters a letter instantly to delete it? Is that possible?
    See more | Go to post

    Leave a comment:


  • IgorZ
    started a topic Letter question
    in C

    Letter question

    How to make a program that says enter calculation. If a person enters non-numeric letter to say "That is an invalid operation"
    See more | Go to post

  • IgorZ
    replied to Beep sound
    in C
    Hey Jos, now i figured it out. The problem is that the Sleep(X) function doesn't work for some reason do u know why? Did i include the right libraries?
    See more | Go to post

    Leave a comment:


  • IgorZ
    started a topic Beep sound
    in C

    Beep sound

    Can some 1 tell me why am i getting an Build error here? Everything seems to be fine...

    Code:
    #include<iostream>
    #include<windows.h>
    
    using namespace std;
    
    int main()
    {
        Sleep(1000);
        Beep(100,10);
        
        system("PAUSE");
        return 0;
    }
    See more | Go to post

  • IgorZ
    replied to Detect if character is number and add delay time
    in C
    Can you give the full code of it? Because i'm only a begginer i don't understand it clearly...
    See more | Go to post

    Leave a comment:


  • IgorZ
    started a topic Detect if character is number and add delay time
    in C

    Detect if character is number and add delay time

    Hello i made a program based on the tutorial on youtube. It's suppose to calculate the average between 3 numbers so i got some questions about that.

    1. How to detect when a person enters a number not a character = letter or non-numeric sign. So if he enters non-number i want the program to return him to the place where he entered it and ask him to enter the number again.
    2. The program works great and calculates the average....
    See more | Go to post

  • IgorZ
    replied to Basic Errors
    in C
    What do u mean? Don't understand
    See more | Go to post

    Leave a comment:


  • IgorZ
    started a topic Basic Errors
    in C

    Basic Errors

    Hello I am a fellow student who wants to learn this programming language. Just fixed my program for coding in C++ so took some online tutorials and I started coding. I'm using Dev C++ program which i heard works very well but I don't know why it gives me such errors on so simple codes like the one presented below. If some 1 is generous enough to help me I will be glad.

    My code:
    Code:
    #include<iostream>
    using namespace
    ...
    See more | Go to post
No activity results to display
Show More
Working...