Search:

Type: Posts; User: ssyKotic

Search: Search took 0.01 seconds.

  1. Thread: int variables

    by ssyKotic
    Replies
    12
    Views
    1,332

    Unfortunately, such syntax doesnt come knocking...

    Unfortunately, such syntax doesnt come knocking on my door ;)

    I'll write it down though lol

    much thanx
  2. Thread: Eager

    by ssyKotic
    Replies
    4
    Views
    1,059

    Eager

    I know it seems a bit eager of me, but I am getting tired of these Hello World type programs. I am itching to make something that will actually serve a purpose. Problem is, all the tutorials I find...
  3. Thread: int variables

    by ssyKotic
    Replies
    12
    Views
    1,332

    oooooh, I get it. I have to declare how many...

    oooooh, I get it. I have to declare how many characters I am using in that variable. So If I put bday[5], then I can only store 5 chars? If so, thats pretty straight forward.


    Much thanx.
  4. Thread: int variables

    by ssyKotic
    Replies
    12
    Views
    1,332

    my code ended up looking like this: ...

    my code ended up looking like this:



    #include <iostream>
    using namespace std;
    char bday[250];
    int main(int argc, char *argv[])
  5. Thread: int variables

    by ssyKotic
    Replies
    12
    Views
    1,332

    Much thanx =D

    Much thanx =D
  6. Thread: int variables

    by ssyKotic
    Replies
    12
    Views
    1,332

    int variables

    Ok, I'm fairly new at this. I am trying to understand how variables work. So I am going by my book here and trying to write a simple birthday script.

    It asks for your birthday you type it in like...
Results 1 to 6 of 6