Search:

Type: Posts; User: muffinman8641

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    38
    Views
    4,069

    I'm most familiar with C++, but I've been picking...

    I'm most familiar with C++, but I've been picking up on C# lately and I like what I see.

    /Depends on the task.
  2. Replies
    19
    Views
    2,980

    Macs are quite expensive. It all depends on what...

    Macs are quite expensive. It all depends on what you want:
    -Screen size
    -Battery
    -Weight
    -Power

    I personally tend to gravitate towards the 17" screen i7 processor monsters, but that's not what...
  3. I tried things like Allegro and C++ guis, but...

    I tried things like Allegro and C++ guis, but Microsoft Visual C# 2010 Express turned out to be the best tool for making visual things like games and fonts and pictures and fancy things like that. A...
  4. Poll: Thanks for the info!

    Thanks for the info!
  5. Apparently, your time isn't precious enough NOT...

    Apparently, your time isn't precious enough NOT to be wasted trolling on this forum.
  6. So you're telling me that I can only use YOUR...

    So you're telling me that I can only use YOUR forum for answers in case someone else comes along looking for the same answer, searches it, and sees this thread but not the other one?
  7. rags_to_riches - why does it matter if I use...

    rags_to_riches - why does it matter if I use other forums? It just helps me get more answers.

    Anyway, it's on a network drive (Called F:\ on my computer but it might be different for my teacher).
  8. I'm basically looking for a way to make...

    I'm basically looking for a way to make system("file location here") to open a file in the same folder rather than changing the source code to accommodate the new letter for my flash drive all the...
  9. Replies
    22
    Views
    2,865

    OK, I've got this part figured out (you can use...

    OK, I've got this part figured out (you can use system("file location here")). Now I'm working on finding how to make it locate a root folder...
  10. Use system("file location") to open root folder?

    I (finally!) learned that you can use system("C:\\blah\\blah\\blah\\something.exe") to open a file; how can I turn that blah blah blah into a root folder? I need the program to open stuff in a...
  11. Replies
    4
    Views
    1,784

    OK, I appreciate the help.

    OK, I appreciate the help.
  12. Replies
    4
    Views
    1,784

    Thanks Eman, but your code lacks syntax in...

    Thanks Eman, but your code lacks syntax in several ways (curly braces, etc.).
  13. Replies
    4
    Views
    1,784

    Breaking while loop with CIN

    If I made a while loop like this:

    while (seconds > 0) {
    system("CLS");
    seconds = (seconds - 0.1);
    cout << setprecision(1) << fixed << seconds;
    ...
  14. Replies
    22
    Views
    2,865

    Oh goodness, I'm so confused. ShellExecute...

    Oh goodness, I'm so confused.

    ShellExecute didn't work, unless I did something wrong with it (included <shellapi.h> and put my root stuff into the correct quotes).

    I'm surprised there isn't...
  15. Replies
    22
    Views
    2,865

    It says type_traits: no such file or directory...

    It says type_traits: no such file or directory when I try to compile your source code.
  16. Replies
    22
    Views
    2,865

    I'm not sure how to use this for my needs (I was...

    I'm not sure how to use this for my needs (I was just thinking a statement or two...?) and also my compiler returns that StrTraits doesn't exist.
  17. Replies
    22
    Views
    2,865

    It is for Windows.

    It is for Windows.
  18. Replies
    22
    Views
    2,865

    Using a program to open a program?

    I tried a few I found online with no help.
  19. Replies
    7
    Views
    8,043

    Thanks Elysia. You're a programming master! How...

    Thanks Elysia. You're a programming master! How the hell do you know every thing?
  20. Replies
    7
    Views
    8,043

    A second question: I have this code: if (list...

    A second question: I have this code:

    if (list == 1) {
    ifstream inFile;
    inFile.open("seconds.exe");
    if(!inFile){
    cout << "Cannot open file.\n";
    getchar();...
  21. Replies
    7
    Views
    8,043

    OK, another completely unrelated question: if I...

    OK, another completely unrelated question: if I make a simple program that has an integer value that starts at 0 and increases by 1 each second, how can I get it to save this number like a saved...
  22. Replies
    7
    Views
    8,043

    So it's not actually required? Maybe this...

    So it's not actually required?

    Maybe this should get turned into a "muffinman8641's multitude of game programming questions" so I don't have to start a thousand new threads. :]

    I made a header...
  23. Replies
    7
    Views
    8,043

    stdafx.h (can't locate header file!)

    So I copied and pasted a bit of the samegame code from your tutorials (which I love), and my compiler (which yes, is still DevC++, but will soon be Microsoft Visual Studio Professional) says that it...
  24. Replies
    11
    Views
    1,704

    Is there any way I could make a simple game and...

    Is there any way I could make a simple game and if a friend and I both had the .exe file and each other's IP addresses we could play against each other?

    Like a basic multiplayer game. Something...
  25. Replies
    17
    Views
    2,453

    Google Chrome warned me about the safety of this...

    Google Chrome warned me about the safety of this site.

    I doubt it's legit.
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4