CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Gobbling_Monkey

Search: Search took 0.08 seconds.

  1. How to make it "snow" in command prompt.

    Hello. I need to make an array of 50 points or coordinates on the command prompt. They need to start in a random position off the screen. I need to make a timer that will move down all the points...
  2. Replies
    3
    Views
    603

    Re: How to print text to a file

    Hello. So I put a \ around the quotes like I think you said. It worked, but then did not work the 2nd time I built it even though I did not change a single thing. It said that it did not recognize...
  3. Replies
    3
    Views
    603

    How to print text to a file

    Hello. I am required to make a program that will make a flight itinerary by asking how many legs there are, then asking the coordinates, name, and speed that you are travelling from the airport. How...
  4. Re: How to calculate Nautical miles between two airport coordinates with a structure?

    Hello. Thank you for your reply. I would think I need something like that, but my professor's instructions is to put the functions in the struct. I would not recognize that my code is C since C++ is...
  5. Re: How to calculate Nautical miles between two airport coordinates with a structure?

    Hello. I managed to fix it so it will ask the user for the details about the 2 different airports. Now how I use the function inside the structure to use the formula I have to calculate the Nautical...
  6. How to calculate Nautical miles between two airport coordinates with a structure?

    Hello. I am trying to make a program where I need to calculate the distance between two airports using a structure. The program needs to ask the user to enter a code such as "SAN" for the San Diego...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured