Search:

Type: Posts; User: mikeprogram

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,332

    Thank you for your help, brewbuck, you were right.

    Thank you for your help, brewbuck, you were right.
  2. Replies
    3
    Views
    4,332

    Heat Equation C++

    Hello, Everyone:
    I am trying to develop a C++ program using the heat equation. However, I am getting errors from the program. Here is the program: I get the following error messages:

    heateq.cpp:...
  3. Replies
    6
    Views
    1,865

    LuckY Thank you for your tips. These questions...

    LuckY Thank you for your tips. These questions were not on the final exam, but anyway good explanation. I read it and now I understand it, even though is confusing reading it the first time.

    Good...
  4. Replies
    6
    Views
    1,865

    Input/Output Streams

    Hello, Everyone:

    I am studying for my final exam on programming. I was checking from some previous exams that I got two input/output questions which I really don't understand how to figure out the...
  5. Replies
    7
    Views
    10,977

    Yes, I got the error. Sorry for my frustration;...

    Yes, I got the error. Sorry for my frustration;
    I droped A:
    He might purposely put that so students couldn't find a simple error in a big program. Thanks a million!
  6. Replies
    7
    Views
    10,977

    hdragon, thank you for your time. The reason I...

    hdragon, thank you for your time.

    The reason I putted the bracket is because I could separate between the two conditions, the one to say "file not found" in case the program doesn't find the...
  7. Replies
    7
    Views
    10,977

    please don't offend me major_small, I'm just...

    please don't offend me major_small, I'm just looking for help not looking for someone to judge me
  8. Replies
    7
    Views
    10,977

    I just want to know my errors, its my professor's...

    I just want to know my errors, its my professor's programming. The homework is to figure out a way to put the datafile.txt so the computer can read it
  9. Replies
    7
    Views
    10,977

    Two-dimensional array Sales

    Hello, Everyone:

    I'm writing a programing using a two-dimensional array to solve the following problem. A company has four salespeople (1 to 4) who sell five different products (1 to 5). Once a...
  10. Replies
    6
    Views
    18,694

    Okay, thank you for your good advices to all of...

    Okay, thank you for your good advices to all of you who help me figure out what was the problem. I drop off <conio.h> and rearrange the code a little bit. Thank you once again.
  11. Replies
    6
    Views
    18,694

    My apologies. I wrote accidentally the wrong...

    My apologies. I wrote accidentally the wrong program. The actual program is in the same post. Sorry about that!
  12. Replies
    6
    Views
    18,694

    Using conio.h in C++

    Hello, Everyone:

    My friend and I were doing a C++ program which relates to dice. Here is the problem:

    Write a program that simulates the rolling of two dice. The program should use rand to roll...
  13. Replies
    1
    Views
    1,454

    Creating a array sensor

    Hello, Everyone:

    I am trying to program the following:

    The bubble sort is inefficient for large arrays. Make the following simple modifications to improve the performance of the bubble sort: ...
  14. Replies
    10
    Views
    2,450

    Hello once again, SlyMaelstrom: I choose the...

    Hello once again, SlyMaelstrom:

    I choose the second one about C++ for Windows. I downloaded the files but I am getting a bunch of icons which I am really unfamiliar with. What should be my...
  15. Replies
    10
    Views
    2,450

    Hello, SlyMaelstrom I am not sure which of...

    Hello, SlyMaelstrom

    I am not sure which of these should I use to download the translation...

    SimpleSQL for Java simplesql1.2.3_java.zip Java
    SimpleSQL JDBC driver, server, SQLConsole,...
  16. Replies
    10
    Views
    2,450

    Hello, Salem: Thank you for clarifying my...

    Hello, Salem:

    Thank you for clarifying my suspicions. However, when I went to the website you told me, I get stuck where to
    http://www.programics.com/java2cpp.php
    in the downloads... I am not...
  17. Replies
    10
    Views
    2,450

    Translating Program Languages

    Hello, Everyone:

    I have some program in C language and others in Java programming which I would like to translate into C++. I am very interested in where I can find a website and download a...
  18. Replies
    3
    Views
    2,122

    Program Random Questions

    Hello,

    I am writing a program which assigns hypothetically to each student (an actual program I have created) and make sure each student receives an unique question assign from 50 questions to 10...
  19. Replies
    6
    Views
    2,631

    Hello, I understand I have to use arrays in...

    Hello,

    I understand I have to use arrays in this program to get the random questions to eaach student. However, I have no idea where to input the


    random_shuffle from <algorithm>
    ...
  20. Replies
    6
    Views
    2,631

    Random Question Assign Program

    Hello, Everyone:

    Today, I am trying to program in C++ which helps me assign hypothetically to each students from 50 questions. Unfortunately, when I wrote the program I am getting that some...
  21. Replies
    3
    Views
    1,899

    SlyMaelstrom: I got your message. Once again,...

    SlyMaelstrom:

    I got your message. Once again, I could solve the problem with inputting hypotenuse answer as a table. Thank you for your tips.
    I did not know you don't need to define std::setw or...
  22. Replies
    3
    Views
    1,899

    Pythagorean Programming

    Hello, Everyone

    Tonight, I was writing a pythagorean program which ask for the two sides and gives the hypothenuse of three different triangles. Here is the program:


    #include<iostream>
    using...
  23. Replies
    16
    Views
    2,107

    SlyMaelstrom and Xipher: Problem solved thanks...

    SlyMaelstrom and Xipher:

    Problem solved thanks to your wonderful help. You made me challenge to the limit. I read your comments three or four times before realizing my mistake, but sincerely thank...
  24. Replies
    16
    Views
    2,107

    I got what you meant, but still takes time to...

    I got what you meant, but still takes time to give an answer, I dont know now what is the problem but I have one solution to the problem. Thank you.


    #include<iostream>
    using namespace std;
    ...
  25. Replies
    16
    Views
    2,107

    I made the following changes: I am not...

    I made the following changes:

    I am not getting any error messages, however, its taking forever to display an answer and it never give an answer.
    What is wrong now?
    Thank you for any...
Results 1 to 25 of 31
Page 1 of 2 1 2