Search:

Type: Posts; User: LeLouche008

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    2,183

    #include "windows.h" #include "iostream.h" ...

    #include "windows.h"
    #include "iostream.h"

    int main()
    {
    char input;
    cin.get(input);
    ShellExecute(NULL, "open", "hello.txt", "input", "C:\Documents and...
  2. Replies
    17
    Views
    2,183

    really cool man! but it won't run for me for some...

    really cool man! but it won't run for me for some some reason :/
  3. Replies
    17
    Views
    2,183

    Thanks King Mir, does anyone know how i can open...

    Thanks King Mir, does anyone know how i can open an mp3 file sitting on my desktop with a c++ program. i don't want the program to play it for me, i just want windows media player to do it. same...
  4. Replies
    17
    Views
    2,183

    well i solved the issue of asking a questions...

    well i solved the issue of asking a questions about the time and date and getting an up to date answer. But i still can't find a code that will allow me to determine my current location based on my...
  5. Replies
    17
    Views
    2,183

    Thanks alot you guys, Does anyone know how i...

    Thanks alot you guys, Does anyone know how i could include a time/date or location Q and A. I know java has applets for that type of thing, i found similar stuff for C++ but how do i include it in my...
  6. Replies
    17
    Views
    2,183

    yea but how do i add them in with this?

    yea but how do i add them in with this?
  7. Replies
    17
    Views
    2,183

    #include #include ...

    #include <iostream>
    #include <cstring>


    using namespace std;

    int main()
    {
    char quest [100000];
  8. Replies
    17
    Views
    2,183

    Q and A program

    hi, i am a beginner at C ++ programming (actually i just started today) but i got the hang of it pretty quick. i am now currently making a program in which i will input strings and the program will...
Results 1 to 8 of 9