Search results

  1. A

    Graphics in C without OpenGL or DirectX

    So, I was thinking that maybe it would be really easy to do graphics if I had a struct filled with ints with hex colour values, organised as cartesian coordinates. I just really can't see why the idea of drawing shapes is easier if you want to just have a set screen size. How would I go about...
  2. A

    Perl to C to Perl

    So, a few years ago when I decided to start programming, I started out in Perl. Before I got very far, I became frustrated, and switched to C. I think that because the documentation for C is more beginner friendly, and so I flourished in C, and have used it for projects for the last few years...
  3. A

    Palindrome Finder Won't Compile

    Ok, so I tried the exercise over on https://www.spoj.pl/problems/PALIN/ The rules state: "A positive integer is called a palindrome if its representation in the decimal system is the same when read from left to right and from right to left. For a given positive integer K of not more than...
  4. A

    HP Envy15 Design

    I just went to Youtube, and they have an ad for the new HP Envy15 up. Has anyone else noticed that they are a blatant rip off of the latest MacBooks? I detect a slight bit of envy on the HP side? P.S. Hooray for Chrome for Mac! Finally! It looks awesome.
  5. A

    Really dumb perl/terminal question

    Please don't bite my balls off for this one, this is going to make me look like an idiot, I can tell. How do I run a perl script in terminal when it has spaces in it's name? It thinks the directory is over when I try... It looks like this: RewardsForPrimeNumbers:~ Riley$ perl...
Back
Top