Search:

Type: Posts; User: stratovarius519

Search: Search took 0.01 seconds.

  1. Wow.what an interesting inside!I especially...

    Wow.what an interesting inside!I especially enjoyed your nice way of putting it.Did I say I never "messed" with OOP? What shell are you referring to? Would that be C Shell, Korn Shell or Bash Shell?...
  2. Replies
    45
    Views
    9,348

    Poll: My favorite top 10.METAL forever!

    All of the above bands suck major ass.My top 10:

    10.Edguy
    9.Hammerfall
    8.Grave Digger
    7.Kamelot
    6.Iced Earth
    5.Judas Priest
    4.Iron Maiden
    3.Blind Guardian
  3. Sun Java Certification.Need opinions!

    I am not going to argue whether or not Java is superior or inferior to C and C++.I personally think it is inferior but my question stands from a pure practical standpoint.How useful is that Sun...
  4. Compiler warning when dealing with strings

    Hey guys,
    I am supposed to find a substring in a string of characters.Here is my code:
    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    int find(char *a, char *key);
    int main(void)
    {
    ...
  5. Replies
    16
    Views
    4,736

    First of all, most of the Asians live here...

    First of all, most of the Asians live here permanently so the percentage of the ones who are foreign students is not that great.Second of all, it could also be due to the fact that US schools are...
  6. Replies
    16
    Views
    4,736

    I am in California.They didn't use to require...

    I am in California.They didn't use to require diplomas but it all might have changed with the present recession.I do know quite a bit about Software project management and software design.Of course a...
  7. Replies
    16
    Views
    4,736

    Well I have done way more than 50 exercises so I...

    Well I have done way more than 50 exercises so I guess I might be ready to start tackling something like that.ASM is actually a very good idea.I have been postponing it since I am not really inclined...
  8. Replies
    3
    Views
    1,448

    Flattening the array

    Hi guys,
    What do you think about "flattening the array"? Is this legal? For example:

    int matrix[6][10];
    int *mp;

    .....(some code goes here)


    mp = &matrix[3][8]; /* so mp points to 3rd...
  9. Replies
    16
    Views
    4,736

    Software Testing to Programming

    I have been doing software testing for about 4 years and I got laid off 6 months ago.The economy is not doing so well so it's almost impossible for me to find another job in QA right now.No matter.I...
Results 1 to 9 of 9