Search:

Type: Posts; User: fsu_altek

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,097

    well it looks like that solved it! I totally...

    well it looks like that solved it! I totally forgot about it being a string, even tho arg0 is just a srting with 1 element in it.
  2. Replies
    3
    Views
    3,097

    nested switch issue

    switch(operation)
    {
    case 'R':
    if(!strcmp(opcode, "add"))
    {
    machineLine[7] = '0';
    machineLine[8] = '0';
    machineLine[9] = '0';
    }
    /*next 3 switch statements set bits...
  3. Thread: need help

    by fsu_altek
    Replies
    2
    Views
    908

    need help

    WHat is the best way to go about simplifying a fraction? I am working with 2 integers, numerator and denominator. if the fraction is in the form of 0/N then it will be set to 0/1. that is easy to...
  4. Replies
    4
    Views
    1,244

    can you give me a code example??

    can you give me a code example??
  5. Replies
    4
    Views
    1,244

    integer format question

    Hello everyone,

    I am working on a date class program that manipulates dates and times and outputs them in different formats and such.

    I have a simple question:

    Say I have a date, which is an...
Results 1 to 5 of 5