Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

posidonofthecode

@posidonofthecode
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Password Program Help Please!!!
    P posidonofthecode

    Thanks.

    C / C++ / MFC help question

  • Password Program Help Please!!!
    P posidonofthecode

    Hello everyone. The following code works perfectly. I would like to expand it so that the program can remember more that just one character as a password/input. #include main() { char pass; system("clear"); printf("\n\nWhat is the password?\n\n"); scanf("%c",&pass); if (pass == 'l') { system("clear"); printf("\n\nVery good.\n\n");} else {system("clear"); printf("\n\nVery bad!\n\n");}

    C / C++ / MFC help question

  • Linux Text Slowdown- HELP PLEASE
    P posidonofthecode

    AWSOMENESS!!!PERFECT. I got it now. Adam Maras I am forever your servant. Thanks All for your help :-D :-D :-D :-D :-D :thumbsup:

    C / C++ / MFC linux question help

  • Linux Text Slowdown- HELP PLEASE
    P posidonofthecode

    Hey VuNic could you tell me why this is conflicting code and give me an alternative? :rolleyes:

    C / C++ / MFC linux question help

  • Linux Text Slowdown- HELP PLEASE
    P posidonofthecode

    I will not be able to write code until I get home, school computers wont let me install compilers :^)

    C / C++ / MFC linux question help

  • Linux Text Slowdown- HELP PLEASE
    P posidonofthecode

    How can I slow down text with a 2-second timing in between letters? The following will not work: #include main() { /* And yes, sleep(2); actually takes up two whole seconds for some reason */ printf("\n\nH"); sleep(2); printf("e"); sleep(2); printf("y\n\n"); sleep(2); return 0; } /* For some reason this code FIRST executes the "sleep();" functions first. It then gives the output "Hey" all in one shot four seconds later. I am using Ubuntu if that helps, but I guess everyone else is using Windows because it seems to work on their computers. */

    C / C++ / MFC linux question help

  • C HELP PLEASE!! [modified]
    P posidonofthecode

    Yes thats good but i want two second delay between each letter written, and going horizontally

    C / C++ / MFC help

  • C HELP PLEASE!! [modified]
    P posidonofthecode

    /* IM TRYING TO WRITE IT SO THAT I CAN SEE EACH LETTER AS IT IS BEING WRITTEN BY THE COMPUTER*/ /* Thanks :doh: in advance*/ #include main() { printf("\n\nH"); sleep(2); printf("e"); sleep(2); printf("y"); sleep(2); return 0; } /* Im trying to run it one letter at a time*/

    modified on Monday, March 9, 2009 8:30 PM

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups