Search:

Type: Posts; User: C-Compiler

Search: Search took 0.01 seconds; generated 3 minute(s) ago.

  1. Thread: .WAV Sounds

    by C-Compiler
    Replies
    1
    Views
    1,140

    .WAV Sounds

    Is there a simple way to play a wave sound that I have included in my programs? I want it to work for a windows form in c++. Any help is great. Thanks C-Compiler
  2. Replies
    22
    Views
    14,748

    What Language are you writing in?

    I program in C++ and I have a pretty good idea of what im doing but Im not an expert. Ive been self tought for about 9 months now, the first 6 in basic C. So I was wondering my copy of Visual Studio...
  3. Replies
    1
    Views
    1,934

    Custom Cursor

    I have figured out how to create cusors in Visual Studio 2008 but I want to know how to use them in a C++ form I can include them with the resources but I cant make it as my cursor in my program....
  4. Replies
    22
    Views
    2,996

    I use a 1987 program called Lets C C Compiler. I...

    I use a 1987 program called Lets C C Compiler. I now use visual studio, but anyway if your running a DOS program on windows if your program exits as soon as you start it right click and go to program...
  5. Replies
    6
    Views
    1,053

    That is just how I figured to do that and it...

    That is just how I figured to do that and it works fine for me, and Ill correct the spelling.
  6. Thread: Array

    by C-Compiler
    Replies
    4
    Views
    1,389

    Heres the code if this is any help

    Heres the code if this is any help
  7. Replies
    6
    Views
    1,053

    I had the same problem. Here is how I solved it...

    I had the same problem. Here is how I solved it this works for 2 variables wich is harder than one.

    1. Create a file on your C drive called "file.txt" with the following text:


    var1 = 1;...
  8. Thread: Array

    by C-Compiler
    Replies
    4
    Views
    1,389

    I have attached a copy of the error output and...

    I have attached a copy of the error output and its a c++ clr forms app
  9. Thread: Array

    by C-Compiler
    Replies
    4
    Views
    1,389

    Array

    Hi im trying to create a program with an array in a windows form with C++ and I want to make it a public standard int array. I want to have 8 values in it but I keep getting errors. How woulkd I...
  10. Replies
    5
    Views
    1,211

    I forget to tell you. Im programing in c++ and I...

    I forget to tell you. Im programing in c++ and I want to use a wave sound. I havnt had time to try anything but Thanks for the help.
  11. Replies
    5
    Views
    1,211

    sound please

    I am writing a windows form program and I want to add some sound to it like when you click something or a timer click accurs. What command should I use to create the sound?
  12. Thread: transfer

    by C-Compiler
    Replies
    6
    Views
    1,727

    Does that have to be on my computer when I...

    Does that have to be on my computer when I compile it or on every computer It gets transfered to?
  13. Thread: transfer

    by C-Compiler
    Replies
    6
    Views
    1,727

    I got it at my friends house so I dont remember....

    I got it at my friends house so I dont remember. I have created a setup wizzard can you tell me what is required for it to work?
  14. Thread: transfer

    by C-Compiler
    Replies
    6
    Views
    1,727

    transfer

    I wrote some programs with visual studio and I cant transfer them to a different computer and keep it working it keeps giving me errors. They are form programs what do I need to do to transfer them?
  15. Thread: New to C++

    by C-Compiler
    Replies
    6
    Views
    1,086

    I want to get a book I'm just not shure how much...

    I want to get a book I'm just not shure how much new stuff I have to learn.
  16. Thread: New to C++

    by C-Compiler
    Replies
    6
    Views
    1,086

    New to C++

    I have had an C compiler but I got a new C++ compiler. I understand the beginnings of C++ is there any thing I should know that is different than C?
  17. Thread: Signature

    by C-Compiler
    Replies
    4
    Views
    3,245

    Thanks, Ill have to keep posting then.

    Thanks, Ill have to keep posting then.
  18. Replies
    5
    Views
    3,186

    Thanks

    I want to thank you for your reccemendations I went and got a Microsoft Visual Studio 2008 C++ Express edition. So I will be playing with that for a while.
  19. Thread: Signature

    by C-Compiler
    Replies
    4
    Views
    3,245

    Signature

    I have seen a lot of post with signatures at the end. How do I create one I can't find a way anywhere on these pages.
  20. Replies
    5
    Views
    3,186

    New Compiler

    I have an old 1987 c-compiler for MS-DOS. I have it running out of command prompt on WIndows XP. I want to upgrade to something a little newer compiler that can make programs that run better on...
  21. Replies
    16
    Views
    2,884

    Not enough variables.

    I want to right a program that will take any set of numbers and average them. I need a lot of variables to do that and I want to know if I can have the program declare variables as the user enters in...
  22. Thread: Variables?

    by C-Compiler
    Replies
    2
    Views
    1,048

    On my compiler you are not supposed to put the...

    On my compiler you are not supposed to put the '&' sign infront of the variable so my program would look like this,


    main()
    {
    int x;
    int y;

    x=1;
    y=1;
  23. Check

    To do that I would simply type:



    main()
    {
    int repeat;

    for(repeat=0;repeat<4;repeat++)
    {
  24. Replies
    5
    Views
    8,455

    2 Challenges

    I have a Lego Mindstorm kit and 2 challenges I gave my self was getting a robot to get the newspaper and and robotic hand to grab a pop from the table give to me and then put it back adzactly where...
  25. Replies
    1
    Views
    1,079

    Reading Files

    I have a file that stores high scores for games as an int, but I want to be able to read a string from the same file so I can include the name of the person who set that score. I can read multiple...
Results 1 to 25 of 25