Search:

Type: Posts; User: odaness

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    7,163

    Car wash simulation with queues

    Having difficulty with understanding how to code the rest of this program. Simulation Problem:

    You own a car wash business and want to analyze customer service information. The car wash opens at...
  2. so pretty much the code i've written is not...

    so pretty much the code i've written is not causing the linker error:

    rather its dev c++ that im using is whats not working properly?
  3. I think i have the proper head files in...

    I think i have the proper head files in place...typically just having --#include "Employee.h"--should make it work right..or is there something else im missing...I shouldn't have to download anything...
  4. @hunter thanks for pointing out about the strcpy,...

    @hunter thanks for pointing out about the strcpy, Ill change that.
    @mozza314, hey thanks for the help with the sort functions from before. It works like a charm now. Im using the Bloodshed Dev c++...
  5. yea, everytime i try to compile i get this error

    yea, everytime i try to compile i get this error
  6. Having trouble with llinker and Undefined reference errors

    Im having difficulty compiling this program. I wrote a .h file that includes the class, constructor, mutator, and accessor functions-- a .cpp implementation file that includes the definitions of the...
  7. @Mozza314, we haven't been introduced to...

    @Mozza314, we haven't been introduced to #include<algorithm> yet.
    @Elysia we are writing code with topics that have been covered so far and std::string has not been covered yet in our lesson plan. ...
  8. yea the instructor is a student. The instructor...

    yea the instructor is a student. The instructor stated that the ID is to be compared only and not the name or city. the first employee is {735, "Ann J.Weeks" ,"Corpus Christi"}, so when the bubble...
  9. C++ homework assistance bubble and selection sort with structures

    My lab assignment is to sort an array of structures that contains employee data and sort them using bubble and selection sort functions. It writes the data to an output file. The code that i wrote...
Results 1 to 9 of 9