Search:

Type: Posts; User: zeco

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: [Help]FT2 Files?

    by zeco
    Replies
    3
    Views
    1,112

    Android apps can't be run with the standard Java...

    Android apps can't be run with the standard Java VM that you would find on a PC. It'll only work with the Dalvik VM (which is a part of the android OS). Furthermore they use a rather different API...
  2. Replies
    16
    Views
    2,088

    Hmm sadly I don't think this is possible. . ....

    Hmm sadly I don't think this is possible. . . Well I tried to do some research on the matter and I came up with nothing but people saying various reasons why it would not work because of the...
  3. Replies
    20
    Views
    1,507

    Hmm well really, I use both \n and endl. endl...

    Hmm well really, I use both \n and endl. endl is much easier if there aren't any quotations in your output, but \n is easier when there are. but maybe I just fail at typing quotes easily.
  4. Replies
    26
    Views
    2,166

    Actually you can use void perfectly fine in C++....

    Actually you can use void perfectly fine in C++. . . (with some or most compilers atleast). Like Freedompeace said before, it mainly had relevance for CLI programs that would be used by other...
  5. Replies
    20
    Views
    2,035

    That is because "cin >>" uses whitespace to...

    That is because "cin >>" uses whitespace to concatenate strings, I shall copy an excerpt from one of my favourite C++ Books:



    Correlation does not indicate causation.
  6. Replies
    11
    Views
    2,708

    I'm pretty sure that error simply means you...

    I'm pretty sure that error simply means you haven't even declared those variables. . .
  7. Replies
    20
    Views
    2,035

    I thought space was 0x20. . . Whatever it is, I...

    I thought space was 0x20. . . Whatever it is, I am almost certain it isn't 0x00 , because Im pretty sure that is just a null character A.K.A \0

    What are we talking about again?
  8. Replies
    26
    Views
    2,166

    It is said not to matter because i'm pretty sure...

    It is said not to matter because i'm pretty sure some compilers (such as VC++) are quite lenient. Especially since CLI programs aren't really the norm anymore, having the main function return...
  9. Replies
    8
    Views
    11,490

    No he hasn't. /ohshit This is all a phallacy. ...

    No he hasn't. /ohshit

    This is all a phallacy. (misspelling intentional)
  10. Replies
    8
    Views
    11,490

    Good job shaun. . .It would seem the other 70...

    Good job shaun. . .It would seem the other 70 people who looked at this were just left utterly speechless in the presence of David's awe inspiring work.

    By the way, you like replied to this thread...
  11. Replies
    8
    Views
    11,490

    ▓▓▓▓▓▓▓▓▓▓ ▓▓▓ -__- ▓▓▓ ▓▓▓▓▓▓▓▓▓▓

    ▓▓▓▓▓▓▓▓▓▓
    ▓▓▓ -__- ▓▓▓
    ▓▓▓▓▓▓▓▓▓▓
  12. Replies
    6
    Views
    1,255

    What aspect of arrays? Just the syntax for...

    What aspect of arrays? Just the syntax for creating them? Or the related member functions they have in java (wait, I am thinking of java, right?)

    If you are just trying to get the syntax down then...
  13. Replies
    27
    Views
    1,629

    I agree with Jeta. . . I can think of nothing in...

    I agree with Jeta. . . I can think of nothing in HTML that can help towards the learning of programming languages. HTML isn't even a programming language, it is a markup language.

    Plus, don't let...
  14. Replies
    22
    Views
    1,684

    YEAAAAH Congratz Wes. :p And thanks Liz for...

    YEAAAAH Congratz Wes. :p And thanks Liz for making a good decision ^^
  15. Replies
    11
    Views
    1,251

    Requirements: 1. At least 150 posts: 4 Times...

    Requirements:

    1. At least 150 posts: 4 Times that
    2. Can dedicate at least 2 hours a day to the section: Easily
    3. Be willing to test, check, and verify uploads/code/hacks by members: Yeah
    4....
  16. Replies
    11
    Views
    1,466

    'Twasn't I'm just spammin' now.

    'Twasn't I'm just spammin' now.
  17. Replies
    11
    Views
    1,466

    Sidenote: In your sig you spelled beginner...

    Sidenote: In your sig you spelled beginner incorrectly.
  18. Replies
    11
    Views
    1,466

    Well I had assumed that of course it would be the...

    Well I had assumed that of course it would be the same namespace. . . Otherwise it wouldn't even be visible within scope, it just wouldn't make sense if it was a different namespace. . . .
  19. Replies
    11
    Views
    1,466

    The partial keyword is used when the definition...

    The partial keyword is used when the definition of a class is split over multiple source files. So basically then when you compile it, it combines all the different pieces of the class.
  20. Replies
    9
    Views
    1,708

    hmm well sharing it as an image, shows us the...

    hmm well sharing it as an image, shows us the code but makes it a lot harder to copy paste.
  21. Thread: Simple Spammer

    by zeco
    Replies
    8
    Views
    1,531

    _____________Accidental comment

    _____________Accidental comment
  22. Replies
    4
    Views
    2,125

    So, how far have you gotten into android...

    So, how far have you gotten into android programming?
  23. Thread: Google Android

    by zeco
    Replies
    7
    Views
    1,300

    Eh, well honestly I dislike java. though I also...

    Eh, well honestly I dislike java. though I also love it. but I also hate it.
  24. Thread: Google Android

    by zeco
    Replies
    7
    Views
    1,300

    Umm, Well you need the SDK which is freely...

    Umm, Well you need the SDK which is freely available from google. And if you want to actually publish apps in the marketplace there is a 25 dollar developer fee. I would also recommend owning an...
  25. Thread: Google Android

    by zeco
    Replies
    7
    Views
    1,300

    Google Android

    Anyone here into Android programming and development? What are your opinion's on the android OS, and and app dev for it?
    Planning to try it in a while, though first I am planning to "officially"...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4