Search:

Type: Posts; User: tommy_cgl

Search: Search took 0.01 seconds.

  1. Thread: back...

    by tommy_cgl
    Replies
    2
    Views
    1,675

    back...

    i'm running a dev++ and i can't figure out y the background isn't fully covered with blue y and how to change?

    int choice,x;
    x=1;
    do{
    textbackground(BLUE);
    system("cls");...
  2. Replies
    1
    Views
    1,197

    ...linker error...2

    i've read the FAQ countless times and i tried but i still got this...

    " [linker error]undefined refrence to 'textcolor' "

    #include <stdio.h>
    #include <conio.h>


    int main ()
    {
  3. Replies
    7
    Views
    1,126

    ...linker error...

    i'm using Dev++ now.

    And i got a linker error when i compile this...

    #include <stdio.h>
    #include <conio.h>


    int main ( void )
    {
  4. Replies
    2
    Views
    950

    colour again.....

    Y does'n text colour run on dev++? is there any way to make it work?

    #include <stdio.h>
    #include <conio.h>

    int main ( void )
    {
    textcolor (BLACK);
    cprintf ( "This is a test\n" );
    ...
  5. Thread: colour...

    by tommy_cgl
    Replies
    1
    Views
    1,100

    colour...

    Is there any way that i can add colour to my text in Dev++?
  6. Thread: switch

    by tommy_cgl
    Replies
    2
    Views
    1,474

    switch

    how do i get back to the choice entry after the default???

    printf("* Pls enter a choice : ");
    choice=getche(); //<- HERE...
    switch(choice)
    {
    ...
  7. Thread: Sleep...

    by tommy_cgl
    Replies
    6
    Views
    2,630

    Sleep...

    In <windows.h>
    there is a function called "Sleep()"

    can you tell me the definetion of this?

    why does it not work when it's small "sleep()"...

    Thanks...
  8. Replies
    2
    Views
    918

    clearer ques

    i'm doing my project with Dev++...

    My project title is storing and printing...

    What i have to do is come up with is something like this:

    1: Store a value
    2: print out stored value

    so i...
  9. Replies
    2
    Views
    918

    Help i'm stuck...

    Help

    i'm currently doing a c-pro project.
    and trying to enhance it...

    so i was wondering if c-programming can activate the printer???

    i know this sounds rediculous but i was curious if...
Results 1 to 9 of 9