Search:

Type: Posts; User: Inkinsarto

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,792

    Would there be a specific code to use for any...

    Would there be a specific code to use for any executable file. I mean this in the sense of something like, Minecraft. Let us say that you want to have a code that when someone clicks a file to play...
  2. Replies
    5
    Views
    1,792

    How to load/run file

    Let's say I create a small program or just want to open any kind of file on my computer, but I want to run a program that forces the user to enter a password or something (I already know this part)....
  3. Replies
    2
    Views
    11,745

    Also, I have already tried using...

    Also, I have already tried using System.Threading; And then Thread.Sleep(); But it doesn't seem to do anything.
  4. Thread: C# Links

    by Inkinsarto
    Replies
    37
    Views
    192,003

    Sticky: Here is a link that lets you combine C# with...

    Here is a link that lets you combine C# with Visual Studio. Getting Started Tutorials
  5. Replies
    2
    Views
    11,745

    Sleep/Wait In Unity

    I have been trying to make a sleep function in C# that will allow the game to be briefly paused when played. If it helps any, I am using Unity 3D.
  6. Thread: Need help!

    by Inkinsarto
    Replies
    14
    Views
    971

    test.cpp:14:27: error: 'password' was not...

    test.cpp:14:27: error: 'password' was not declared in this scope

    password is still declared, but not in that scope. In other words I thought this meant that either 'password' needed to be defined...
  7. Replies
    19
    Views
    5,713

    If it makes you feel any better, I actually spent...

    If it makes you feel any better, I actually spent about 3 months searching "sleep in C++" over and over again. All I needed to do the whole time was to capitalize the 's'.:mad:
  8. Thread: Need help!

    by Inkinsarto
    Replies
    14
    Views
    971

    try including one of these header files: ...

    try including one of these header files:


    #include <algorithm>
    #include <cctype>
    #include <windows.h>
    #include <stdio.h>
    #include <locale>
  9. Replies
    23
    Views
    3,244

    I would highly recommend running the program to...

    I would highly recommend running the program to see how it works.
  10. Replies
    23
    Views
    3,244

    Here is the full code that I want to use...

    Here is the full code that I want to use tolower() on:


    #include <iostream>
    #include <algorithm> //All of the files needed to run the program
    #include <cctype>
    #include <iostream>
    #include...
  11. Thread: Need help!

    by Inkinsarto
    Replies
    14
    Views
    971

    Try this: #include #include...

    Try this:


    #include <iostream>
    #include <string>


    using namespace std;
  12. Replies
    23
    Views
    3,244

    Would it still check the choices? I can add a...

    Would it still check the choices? I can add a code that express the issue. (It asks the user to enter a choice, then checks other choices.)
  13. Replies
    12
    Views
    2,773

    Cool. And thanks.

    Cool. And thanks.
  14. Replies
    8
    Views
    1,871

    I can use "interviews" in my paper. Is it okay if...

    I can use "interviews" in my paper. Is it okay if I use this?
  15. Replies
    23
    Views
    3,244

    Interesting.

    Interesting.
  16. Replies
    12
    Views
    2,773

    I have been researching the subject, and have...

    I have been researching the subject, and have found certain functions that allows one to create namespaces:


    using namespace "name"
    {
    //functions
    }

    The only problem with this is that the...
  17. Replies
    3
    Views
    2,146

    Your starting out too complicated. I would...

    Your starting out too complicated. I would recommend starting simple, and build up the program.
  18. Replies
    8
    Views
    1,871

    It creates new food, new ideas. But you use the...

    It creates new food, new ideas. But you use the ingredients that you have. This is what I interpret from that. Can you go deeper into the subject?
  19. Replies
    12
    Views
    2,773

    I am now begining Binary trees.

    I am now begining Binary trees.
  20. Replies
    23
    Views
    3,244

    good. But if I do, and the sting is in all...

    good. But if I do, and the sting is in all lowercase, will it take the newly lowercase string and check to see if it equals anything?


    string x;

    cout<<"Please enter an attribute. Then press...
  21. Replies
    12
    Views
    2,773

    That is just an example. I actually wish to place...

    That is just an example. I actually wish to place many many variables and function in a file, then use it as a header.(This is to shorten my programs) How do I actually make a header. Is there some...
  22. Replies
    23
    Views
    3,244

    Is there a way I can use transform()?

    Is there a way I can use transform()?
  23. Replies
    12
    Views
    2,773

    Let's say that all I want is to create a simple...

    Let's say that all I want is to create a simple program with the variable x. And it equals 0. Is there a way that I could take this program and make it into a header file? Also allowing me to add and...
  24. Replies
    8
    Views
    1,871

    Sorry, that should look like this: Program...

    Sorry, that should look like this:
    Program ---------------------------------------------------------------------------1Program 2
    switch...
  25. Replies
    8
    Views
    1,871

    Without code, all video games would act the same...

    Without code, all video games would act the same way. They would all be played and controlled the same way. Compare the two programs below for example: (they are only small programs modified to allow...
Results 1 to 25 of 34
Page 1 of 2 1 2