Search:

Type: Posts; User: complexnumber

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,818

    Nope, just doing exercises out of a book. Joy of...

    Nope, just doing exercises out of a book. Joy of C - Programming in C second edition, Miller, Quilici.




    I actually thought of this last night as I was laying in bed. Or using a function from...
  2. Replies
    2
    Views
    2,818

    Reading a char and converting to float

    Hi everyone,

    I'm a bit stuck on a problem. I'm trying to write a function that reads in a character at a time and converts the input to double. I have a function that works with Integers. It reads...
  3. Replies
    2
    Views
    4,517

    Hi John, Thank you for the feedback.. I think...

    Hi John,

    Thank you for the feedback.. I think it's clear that I do not grasp the topic. I'll go back over the forum posts. What I am stuck on.. I want to test for integer overflow before it...
  4. Replies
    3
    Views
    4,745

    Hi Serge, There are a few issues with your...

    Hi Serge,

    There are a few issues with your code... I'll go through some examples here



    #include <stdio.h>
    #include <stdlib.h>
  5. Replies
    3
    Views
    4,745

    Hi Serge, The following Stack Overflow article...

    Hi Serge,

    The following Stack Overflow article should help explains things to you.
    Initializing 2D char array in C - Stack Overflow

    also check out this site article.
    2D character...
  6. Replies
    2
    Views
    4,517

    Trying to (Still) understand overflow

    Hi,

    I'm new to the forum. I came across these forums after a google search into C integer overflow. I found the following post;
    ...
Results 1 to 6 of 6