User Profile

Collapse

Profile Sidebar

Collapse
thyagi
thyagi
Last Activity: Dec 21 '07, 08:59 AM
Joined: Nov 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thyagi
    started a topic plz help,how to draw a box in c
    in C

    plz help,how to draw a box in c

    Hello, I want to draw a box in c,


    example
    *************** *************** ***
    * axz fasl;afl;al;fla ;lf;alfbd;fl;g*
    * afasfjkahjhfjha jshf *
    * *
    *************** *************** *****

    in this instead of stars "...
    See more | Go to post

  • how to convert"-123" pointer string to int -123 without using atoi

    a function which takes a string (pointer to char) as a parameter and returns the
    integer equivalent.str2 int("1658") would return the value 1658
    To improve your program change the function to accept strings with a leading minus sign toi ndicate a negative number.
    One last improvement might be to print a warning if the string represents a numberthat is outside the range of an int.
    See more | Go to post
No activity results to display
Show More
Working...