User Profile

Collapse

Profile Sidebar

Collapse
AdINo
AdINo
Last Activity: Jul 13 '07, 07:32 AM
Joined: Oct 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AdINo
    started a topic Variable check
    in C

    Variable check

    Below is my coding , how do i check whether the user input is
    interger or not ...... because if the user entered a integer i would like to ask
    the user to re-enter ...... meaning this program will only accepts char
    thanks in advance





    #include <stdio.h>
    #include <stdlib.h>

    struct stackNode {
    int data;
    struct...
    See more | Go to post

  • AdINo
    started a topic Another on String
    in C

    Another on String

    In string what is the difference between

    1 gets and scanf
    2 puts and printf
    See more | Go to post

  • AdINo
    started a topic Info on STRING ( C )
    in C

    Info on STRING ( C )

    Needed some info on whats the use string and how to use it .

    Could anyone give me the tips or send me a site where i could ?
    See more | Go to post

  • AdINo
    replied to Rounding
    in C
    without adding any extra value
    See more | Go to post

    Leave a comment:


  • AdINo
    started a topic Rounding
    in C

    Rounding

    Is there a way
    i could convert the number

    63.045

    to 63.05

    ????
    See more | Go to post

  • AdINo
    started a topic Help on using Floor and Ceiling
    in C

    Help on using Floor and Ceiling

    Could anyone help me out
    on how to use the function floor and ceiling pls
    See more | Go to post

  • AdINo
    started a topic Help on Rounding Numbers on C
    in C

    Help on Rounding Numbers on C

    Is there anyway i could round a number
    either than adding 0.5 ?
    See more | Go to post

  • AdINo
    replied to Problems with rounding numbers
    in C
    ooo ya , this is a C programming language
    See more | Go to post

    Leave a comment:


  • AdINo
    replied to Problems with rounding numbers
    in C
    ooo ya , this is a C programming language
    See more | Go to post

    Leave a comment:


  • AdINo
    replied to Problems with rounding numbers
    in C
    Problems with rounding numbers

    I'm having problems with rounding numbers
    pls help me out
    this is the program instruction that i wrote

    x = 420.30 * 0.15
    y = 420.30 - x

    i print the y out in .2lf format

    and it came out as 357.26

    it needed it to came out 357.25

    i believe that there is a problem with x ( 63.045 ) which...
    See more | Go to post

    Leave a comment:


  • AdINo
    started a topic Problems with rounding numbers
    in C

    Problems with rounding numbers

    I'm having problems with rounding numbers
    pls help me out
    this is the program instruction that i wrote

    x = 420.30 * 0.15
    y = 420.30 - x

    i print the y out in .2lf format

    and it came out as 357.26

    it needed it to came out 357.25

    i believe that there is a problem with x ( 63.045 ) which is needed to be 63.05
    is there a way...
    See more | Go to post
No activity results to display
Show More
Working...