Search:

Type: Posts; User: justin777

Search: Search took 0.00 seconds.

  1. @Adak oh I see, I thought most people here got...

    @Adak oh I see, I thought most people here got Professionalism that's why I act it also. Yeah I have conio.h but I solve my problem, I did it like having a cdump
    it's like my first variable will get...
  2. @nonoob: Thanks for the info quite helpful,...

    @nonoob: Thanks for the info quite helpful, that's my problem with the arrow keys. In my project there is a menu and I want to use my arrow keys and enter to choose but I can't getch it because it...
  3. Problem with ASCII TABLE of Computer. Need Help

    I have windows 7 x64, using DevC++, I can't find a good Ascii Table or I'm simply doing it wrong :(

    This is my problem ascii table
    I look the regular ascii table as reference, I tried using it...
  4. Replies
    8
    Views
    22,677

    Thanks guys, I Really appreciate the help you...

    Thanks guys, I Really appreciate the help you gave :D

    about the console thing, the only answer I can think of it is getting the maximum potential of C. I want to master it first that's why I'm...
  5. Replies
    8
    Views
    22,677

    damn is that so :( My primary reason I want it...

    damn is that so :(

    My primary reason I want it in full screen because of ascii art. In my project that I'm making, there are ascii arts but because of the lack of space, It's not that good to look...
  6. Replies
    8
    Views
    22,677

    Help DevC++ Full Screen Mode?

    Well I used this Tutorial for cmd to full screen
    How to make fullscreen command prompt in Windows 7 | Expert Review Now
    but well in DevC++ it's not working, if I use Notepad++ as my editor my...
  7. Damn I got it, Thanks dude, I found a way. I...

    Damn I got it, Thanks dude, I found a way. I convert it to be a int :)

    New Problem :(

    Arrow Keys give two values(I think) cause It activate Case 224 and Default :(
    Both are showing up
  8. Ok but How will I put it Arrow Keys? Your...

    Ok but How will I put it Arrow Keys?
    Your solution is great but my problem now is arrow keys
  9. If I use getchar() I need to press Enter to...

    If I use getchar() I need to press Enter to execute it

    Ok my project is like object oriented or a cheat way of having one

    Like If I press left key the left box will have a border and if I...
  10. But Wait. If I did that the declaration of getch...

    But Wait. If I did that the declaration of getch in the variables will not be excluded


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


    main()
    {
    int x = getch(),y = getch(),z = getch();
  11. Getch Refresh? Simple Problems with Getch()

    I use DevC++
    and I have 2 problems


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


    main()
    {
  12. Replies
    11
    Views
    5,918

    Gonna try thanks Dude :D

    Gonna try thanks Dude :D
  13. Replies
    11
    Views
    5,918

    Unicode Conversion?

    How to convert or Put Symbols in DevC++ specifically in the project itself?

    I want to use unicode
    List of Unicode characters - Wikipedia, the free encyclopedia

    I look around Google and there...
  14. Replies
    3
    Views
    2,714

    NVM I I saw the problem, I'm think im just high...

    NVM I I saw the problem, I'm think im just high today
  15. Replies
    3
    Views
    2,714

    Oh Right :)) I forgot, i thought there is...

    Oh Right :)) I forgot, i thought there is something wrong in the statement so that is the problem

    now there is a new problem :(
    my main can't be read :(((

    11 C:\Dev-Cpp\main.cpp `main'...
  16. Replies
    3
    Views
    2,714

    Help in Gotoxy(), error :(

    I'm learning Gotoxy and how to use it, I read in the faqs about it but I got a problem, I use DevC++ and my project is in C.


    SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_H ANDLE), coord);...
  17. Replies
    11
    Views
    1,658

    Dude sorry for disturbing you but before you...

    Dude sorry for disturbing you but before you reply I learned everything I need. I'm to happy It's a success that I can't wait for your reply

    Lolz

    and Also you can use this


    ...
  18. Replies
    11
    Views
    1,658

    Dude It works OMG It's only sad that I need to...

    Dude It works OMG
    It's only sad that I need to use DevC++

    I don't think there are any linker options in NotePad++
    :(

    btw I need to ask this
  19. Replies
    11
    Views
    1,658

    Tater still not working maybe it's the linker...

    Tater still not working
    maybe it's the linker something, do you know how can I fix it, Tried google but
    damn it's literally nosebleed. I can learn all of that but I have a Deadline to catch
    ...
  20. Replies
    11
    Views
    1,658

    Dude How to do that @_@ Sorry I'm too dependent...

    Dude How to do that @_@
    Sorry I'm too dependent on default settings
  21. Replies
    11
    Views
    1,658

    Thanks for the help, Got questions when I copy...

    Thanks for the help, Got questions when I copy the whole thing there is an error :

    Undefined Reference to PlaySoundA@12

    Also How can I don't get what the MSDN said that's why I want to ask how...
  22. Replies
    11
    Views
    1,658

    Sounds in DevC Help

    How can I used the playsound()?
    Is it even usable in DevC?

    I found many threads about it in the internet but all of them are useless I mean is I can't understand them.

    I need to put music in...
Results 1 to 22 of 22