Search:

Type: Posts; User: rollyah

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,118

    thank you for the helpful reply that helps me...

    thank you for the helpful reply that helps me with the problem i'm facing.

    anyhow, even though i've actually posted two threads.
    i've done so in two different and completely separate forums....
  2. Replies
    15
    Views
    23,147

    i commented everything to be able to pinpoint the...

    i commented everything to be able to pinpoint the prob..


    #include <stdio.h>
    //#include <math.h>
    int main (void)
    {
    int a,b,c;
    //float x,x1,x2,y,delta;
    printf("enter your first...
  3. Replies
    15
    Views
    23,147

    ah that thts the prob.. i checked all my notes i...

    ah that thts the prob..
    i checked all my notes i didnt have anything concerning "braces are required if theres more than a statement"
    thanks for the info..
    i'm gonna look into mroe tutorials...
  4. Replies
    15
    Views
    23,147

    im using notepad and command line Borland C++...

    im using notepad
    and command line Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland

    i downloaded "Microsoft Visual C++ 2008 Express Edition"
    though i'm ashamed to admit that i...
  5. Replies
    15
    Views
    23,147

    thank you for your advice.. but im struggling...

    thank you for your advice.. but im struggling here..
    i tried fxing my indentation over and over again..
    i'm not sure i'm even doing it right..
    any advice?
  6. Replies
    15
    Views
    23,147

    so i found my prob with the first excercise.....

    so i found my prob with the first excercise..
    though i'm still facing issues with the 2nd..


    #include <stdio.h>
    #include <math.h>
    int main (void)
    {
    int a,b,c;
    float x,x1,x2,y,delta;
  7. Replies
    15
    Views
    23,147

    thanks for your reply :) but if i remove else...

    thanks for your reply :)

    but if i remove else wouldn't that lead to an infinite loop?

    im struggling to learn the how Tos for C so thanks again for helping out :)
  8. Replies
    15
    Views
    23,147

    Misplaced else in function main -- help?

    Hello,

    i'm a newbie with C
    i started learning it like 2 weeks ago by getting a few ebooks that i've found online..

    attached with the ebook a booklet full of exercises to test what i've learned...
Results 1 to 8 of 8