Search:

Type: Posts; User: ashcan1979

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,052

    Down to One Error

    OK I been workin on this prog for the last 4 hours or so...I got it down to one last error...Its 5am and I cant find what the problem is, I am hoping a fresh set of eyes will see the error.


    ...
  2. Replies
    2
    Views
    2,372

    Template Typedef how to?

    Ok I have a header file that was given to us by the instructor. He told us to make it a template and then make a little prog to test it....

    He uses a "typedef" to define the element type that is...
  3. Replies
    2
    Views
    1,737

    Oops...I had corected that since I posted the...

    Oops...I had corected that since I posted the code... It still didnt correct my problem. The prog still does not show the last string of characters as unbalanced...
  4. Replies
    2
    Views
    1,737

    Using a stack to compare a string

    Hey there....Homework time again... As always I dont expect you to do my homework I just need a kick in the right direction... The instructions from my teacher are as follows



    Program 4
    Fall...
  5. Replies
    9
    Views
    3,265

    OK I took out the "count--" in the sort function...

    OK I took out the "count--" in the sort function and that made it run one more time and corrected the
    Maynard, Jill
    at the end so now all I have is the first two records not in place..I still...
  6. Replies
    9
    Views
    3,265

    My latest code is this #include ...

    My latest code is this


    #include <string>
    #include <iostream>
    #include <cstring>
    #include <cassert>
    #include <fstream>
    using namespace std;
  7. Replies
    9
    Views
    3,265

    Oh OK...So since I am comparing two ENUMs and...

    Oh OK...So since I am comparing two ENUMs and they are represented by INTs I dont have to compare them simply see which is larger/smaller whatever than the other...OK...why didnt it just say that......
  8. Replies
    9
    Views
    3,265

    Guys thanx for the debug...I must have stared at...

    Guys thanx for the debug...I must have stared at that code for more than 4 hours this morning...I never saw those mistakes...I corrected and it worked fine...Now the problem is that he wants us to...
  9. Replies
    9
    Views
    3,265

    Sorting an Array of Structs not working

    OKAY...I was hoping to finish this assignment without any more help but after 4 hours of trying to find my problem I have gave in.

    What I have is an Array of Structs that I need to sort, within...
  10. Replies
    1
    Views
    1,221

    Inputting and outputting from structs

    OKAY here I go again ...doin some more homework.. The teacher gave us some of the code and told us what the code we needed to write should do. So inevitably I am lost. I have a lot of code written...
  11. Replies
    3
    Views
    1,480

    Hey guys thanks for the help...I got home and...

    Hey guys thanks for the help...I got home and redid the program and it works great...Also thanks HK for the brief description of how objects are passed throughout a program...Made a lot more sense...
  12. Replies
    3
    Views
    1,480

    using Template Functions

    To begin this is my first time using these forums. I am a C++ Newbie, I am in college taking a C++ Course and I am having trouble. My teacher knows the subject, but I feel he has a hard time getting...
Results 1 to 12 of 12