Search:

Type: Posts; User: ssjnamek

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,189

    oh well i was under the impression since it...

    oh well i was under the impression since it jumped around all the time it was messing up. is there a reason it does this? how does that optimize it?

    lol i guess i just didnt know those were the...
  2. Replies
    4
    Views
    1,189

    fibonnaci question...

    ok so i have to do a fibonnaci algorithm. not to terrible to write. however it wasnt working so i set break points all the place to see why it might be failing.

    and heres what i discovered its...
  3. Replies
    9
    Views
    3,063

    oh i certainly do take some of the blame. but...

    oh i certainly do take some of the blame. but admittely this class is poorly designed the teacher who has no control over that(department has the say so) has admitted as much. but yes i do blame...
  4. Replies
    9
    Views
    3,063

    well its not entirely my fault with 3 weeks left...

    well its not entirely my fault with 3 weeks left in this class pointers references and creating my own vector get shoved down our throats. when those are easily by far the most complicated part of...
  5. Replies
    9
    Views
    3,063

    oh i just stuff namepace up there trying to see...

    oh i just stuff namepace up there trying to see if that would help.


    sorry im still lost where would i stick the declaration what exactly would that look like? would declaration look like this?
    ...
  6. Replies
    9
    Views
    3,063

    it errors 5 times with that same error. here...

    it errors 5 times with that same error.

    here is the driver.cpp file


    #include <iostream>
    #include "MyVector.h"
    using namespace std;

    // the printV function
  7. Replies
    1
    Views
    1,070

    you appear to have 4 of } and 2 of {

    you appear to have 4 of } and 2 of {
  8. Replies
    9
    Views
    3,063

    help with overloading operators

    ok i am doing something for school and part of it requires overloading the << operator. however i cannot for the life of me get this thing to work. the top code is the example he gave us and the...
  9. ok scratch that lol why is 5/9 = 0???? edit:...

    ok scratch that lol why is 5/9 = 0????

    edit:

    oh i see. nevermind sorry im new to C# and didnt realize you had to put 5.0/9.0 which = .5555555
  10. never mind i figured it out thanks. appears i...

    never mind i figured it out thanks. appears i grabbed the wrong formulas off of google.
  11. help...calculator and C# displaying two different answers

    ok i have the program written it is homework. but when i plug in the numbers in a calculator and what i see on my computer screen are two different things.



    public double...
  12. Replies
    4
    Views
    2,565

    like microsoft updates? or the burners website?...

    like microsoft updates? or the burners website? cause it said i had the most recent firmware update for it on the pioneer website

    havent checked microsoft though
  13. Replies
    21
    Views
    5,330

    well i was just hoping to use it as a starting...

    well i was just hoping to use it as a starting ground i might not end up liking C# or using it but if it helps me figure out more of what its all about then im all for it
  14. Replies
    4
    Views
    2,565

    cd/dvd drive issues

    recently built my own pc and overall it works mostly fine except the lovely cd drive which is a pioner DVR-710 dvdburner/cdburner. a new one from best buy for xmas. i had a dell one in ehre before...
  15. Replies
    21
    Views
    5,330

    i agree the tutorials that come with that thing...

    i agree the tutorials that come with that thing are garbage which is pretty standard of microsoft written documents that have a habit of being randomly helpful but the xna ones id have to agree flat...
  16. Replies
    33
    Views
    3,695

    ah gotcha and i had already said i wasnt sure...

    ah gotcha

    and i had already said i wasnt sure if thats what he ment cause it sounded al ittle to advanced for me since i have no clue what vectors are yet richie_t just if thats what he ment it...
  17. Replies
    33
    Views
    3,695

    You might want to be very careful with such...

    You might want to be very careful with such statements. Backwards compatibility always was and still is a stated goal of C++.

    pretty sure i said removing backwards compaitibility was a dumb idea...
  18. Replies
    15
    Views
    3,229

    oh i always thought the math worked same from...

    oh i always thought the math worked same from langauge to langauge since well its math it cant vary much or thatd be one too many headaches in the development world. much less newcomers or just...
  19. Replies
    15
    Views
    3,229

    ah i see ill be sure to have fun with the module...

    ah i see ill be sure to have fun with the module division later it looks to be interesting. thanks

    so how can i get just the 3 without fear of any rounding

    because 250000 / 507 rounds down just...
  20. Replies
    33
    Views
    3,695

    most of that is too advanced for me but the last...

    most of that is too advanced for me but the last part you dont want backwards compaitibility with C if so that is probably one of the dumbest things ive ever heard.

    though the auto assign variable...
  21. Replies
    15
    Views
    3,229

    but 250 000 isnt an even divide into 49 so why...

    but 250 000 isnt an even divide into 49

    so why doesnt it give a decimal return it does on a normal calculator?

    oh you were talking about integer division ya thats not what i want

    but that 49...
  22. Replies
    15
    Views
    3,229

    ah well ill check that out thanks just google...

    ah well ill check that out thanks just google gives back every and anything on visual basic and this is the only good programming board i know period
  23. Replies
    15
    Views
    3,229

    well i thought mod should give you 493 back not...

    well i thought mod should give you 493 back not 49 i have no clue where it got 49 from

    so how would i get the 493 back and no decimal points? integer division i thought but that rounded it so it...
  24. Replies
    15
    Views
    3,229

    module division the % sign

    hey this isnt an exact C++ question but i wasnt sure where to put it im actually doing something for visual basic for school but the principle should be the same

    im trying to get the remainder of...
  25. Replies
    3
    Views
    3,988

    wow that class on data structures must be work...

    wow that class on data structures must be work ing i actually understand how to do that without having to just use char temp[10]

    ya just use that for now easiest to start with
Results 1 to 25 of 256
Page 1 of 11 1 2 3 4