Tom Frohman
October 29th, 2002, 07:01 AM
::Di
::)
trying to see how I can stop :D from becoming a smiley face.
::)
trying to see how I can stop :D from becoming a smiley face.
|
Click to See Complete Forum and Search --> : Soylent Green Is People!!! Tom Frohman October 29th, 2002, 07:01 AM ::Di ::) trying to see how I can stop :D from becoming a smiley face. Tom Frohman October 29th, 2002, 07:05 AM :D Well that didn't work Okay, there is a disable smilies check box.... :) :D Tom Frohman November 4th, 2002, 07:42 AM int f(float d) // Checks whether the number is positive or negative { if (f > 0) { printf("postive\n"); return 1; } else { printf("negative or zero\n"); return -1; } } Just testing this syntax highlighting program of Yves' Yves M November 4th, 2002, 07:54 AM you should still put it inside a code segment, to preserve the spaces at the front. int f(float d) // Checks whether the number is positive or negative { if (f > 0) { printf("postive\n"); return 1; } else { printf("negative or zero\n"); return -1; } } ;) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |