Search:

Type: Posts; User: ss3x

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,567

    Multiple Inheritance Question

    Hola Amigos:

    Fresh out of an exam...

    okay.. one base class called Vehicle

    4 derived classes: Airplane and Bus from Vehicle
    and: Car and Truck from Bus

    Vehicle had a constructor declared...
  2. Replies
    3
    Views
    1,578

    thanks got that question right..

    thanks got that question right..
  3. Replies
    3
    Views
    1,578

    static int class question...

    just got out of an exam.. if i have a static int declared in one class and its updated each time a new object is created within that class is that int updated for each of the old class objects as...
  4. Replies
    5
    Views
    1,717

    how do i find out the version of gcc i have and...

    how do i find out the version of gcc i have and my univ has? is there any command out there for that?
  5. Replies
    5
    Views
    1,717

    hey man you rock! i never new about that std::...

    hey man you rock!

    i never new about that std:: prefix, i just used the old gcc..

    glad you were around to help me along the way

    much appreciated
  6. Replies
    5
    Views
    1,717

    Compiler Issues (Works on older not newer)

    Hola Amigos:

    Comin atcha for another semester! They upgraded the compilers on the systems at school and now my redhat 7.1 seems to be out of date! it compiles fine on mine, but when brought over...
  7. Replies
    19
    Views
    4,378

    won't install on ME ... dot net is specific to...

    won't install on ME ... dot net is specific to 2000 and XP only so they are bascically forcing everyone to upgrade again.. good luck go unix if u ever wanna save some money and not shell out the cash...
  8. Replies
    5
    Views
    1,586

    hey i think its time you visited rentacoder! ...

    hey i think its time you visited rentacoder!

    get some red bull a c++ book and you'll be okay..

    GL
  9. Replies
    6
    Views
    14,715

    Chulo i hear ya.. so far my debugging consists of...

    Chulo i hear ya.. so far my debugging consists of cout<<"HERE"<<endl;

    i wish i can find a good toutourial on a debugger..
    lol
  10. Thread: Struct Problem

    by ss3x
    Replies
    2
    Views
    1,045

    FYI i don't think thats going to get you too...

    FYI

    i don't think thats going to get you too far 'round here.. trust me.. LOL

    try posting methods you've tried and we'll help solve them with you however we're not going to solve them for you....
  11. Replies
    9
    Views
    1,694

    agreed on the linux fav code is cout

    agreed on the linux

    fav code is cout<< " "<<endl;

    :)
  12. Thread: WordCount Program

    by ss3x
    Replies
    3
    Views
    1,039

    you're right it is common.. i posted about it a...

    you're right it is common.. i posted about it a few weeks back.. strtok() is the answer.

    GL
  13. Thread: fancy strcpy

    by ss3x
    Replies
    34
    Views
    5,219

    if you combine characters you make a string don't...

    if you combine characters you make a string don't ya? :)

    so make a char array of say 100 elements.. copy each char into the first two segments of your array then add the \0 to position three.. you...
  14. Thread: Prime Numbers

    by ss3x
    Replies
    13
    Views
    2,837

    i do believe this is where the mod math function...

    i do believe this is where the mod math function should be used :)
  15. Replies
    12
    Views
    1,900

    unregistered.. you problem is your DOS Settings...

    unregistered.. you problem is your DOS Settings not your hello world app.

    do this

    go to start/ click run / type in "COMMAND"/ go to the directory containing your hello world app and then run...
  16. Replies
    16
    Views
    1,847

    good does that mean no more dumb programs to...

    good does that mean no more dumb programs to write?
  17. Replies
    16
    Views
    1,847

    thats funny..

    thats funny..
  18. Replies
    1
    Views
    1,670

    counting each occurenc of each word in a file

    hey fellas:

    this is a small part of my big project.. need suggestions on how to count all occurences of each word ina file.. sort of a bucket sort of unknown preportions..


    here is what i did...
  19. Replies
    16
    Views
    1,847

    well it turns out that i had an adjlist.h to...

    well it turns out that i had an adjlist.h to use.. so i #included that instead.. now i get three smaller errors in my proggy.. they are these

    undefined reference to ... bla bla bla..

    lemme know...
  20. Replies
    16
    Views
    1,847

    i'll email it off.. not a problem.. thanks for...

    i'll email it off.. not a problem.. thanks for all the help!
  21. Replies
    16
    Views
    1,847

    and i'm stil gettin the error.. :) lol

    and i'm stil gettin the error.. :) lol
  22. Replies
    16
    Views
    1,847

    actually that was already in my graph.hpp the...

    actually that was already in my graph.hpp

    the TA gave us these three "driver files" he created and we need to use.. so like i said that was in the graph.hpp where i include my adjlist.cc

    kinda...
  23. Replies
    16
    Views
    1,847

    put this stuff in front of and behind what?? LOL...

    put this stuff in front of and behind what?? LOL

    ok so in each .cpp put that? thanks for the quick reply..
  24. Replies
    16
    Views
    1,847

    Question on where to #include my library

    hey guys:

    getting a problem when i'm #including into my files here.. i'm getting multiple definitions of my adjacency list... here is my situation..

    i have a graph.cpp graph.hpp and a...
  25. Replies
    0
    Views
    1,017

    made some progress on strings.. still one issue

    hey fellas:

    been workin all day and am fried out now, so here is my last post for the nite.. i've got the first part of my input file parsed the right way, just have to figure out how to 'loop'...
Results 1 to 25 of 63
Page 1 of 3 1 2 3