Search results

  1. S

    How do I write a C program to remove all lines of comments from C source code?

    alright, so here's what I got: #include <stdio.h> main() { int s; int splus; //snext = s+1; while ((s = getchar()) != EOF) { if (s == '/' && splus == '/') { //remove code while ((s = getchar()) != '\n') { putchar(' '); /*should replace all text I wanted to replace with empty spaces*/ s++...
  2. S

    Favorite Border Collie coat?

    Classic B&W, red & white, ticked, merle, tri.... Personally I'm a fan of split-face B&W.
  3. S

    I'm starting a 20 gal tank and want to know how compatible the fish I'm thinking of...

    ...getting will be? Everything is reacdy to go, I just need some fish. I'd like a Pleco, 3-4 Panda Cories, Bosemani Rainbowfish, Dwarf Gourami, Cherry Barb and maybe an Angelfish. I know I don't have room for all without overcrowding, so which would get along best?
Back
Top