User Profile

Collapse

Profile Sidebar

Collapse
noobster6616
noobster6616
Last Activity: Aug 9 '12, 02:25 PM
Joined: Jul 19 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • noobster6616
    started a topic C4droid (C compiler for android)
    in C

    C4droid (C compiler for android)

    I have just started learning C programming and I am using C4droid to compile my code on my Huawei Ideos U8150-d.I have not installed the G.C.C plugin but I read that the plugin is for C++.

    I wrote in the code below

    Code:
    #include<stdio.h>
    void main()
    {
          printf("I am noobster");
    }
    It compiles successfully but when i try to run it it says "illegal...
    See more | Go to post

  • I think this is what you need to do to make it work . . .

    change line 2-3 in your code
    from
    print 'More organized code', 'More readable code' , 'Easier code reuse' 'Allowing programmers to share and connect code together'
    to
    return "More organized code", "More readable code", "Easier code reuse", "Allowing programmers to share and connect code together"

    then...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...