Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Matteo

  1. Matteo

    Pointer problem between functions

    Ok, I will include the tags in the future. The variable numgrades loses its value from allocate_array (where the user inputs it) to read_input. numgrades is defined as a size_t and I cant reference an int. And I dont know any other way besides return and reference. What I have done is add an...
  2. Matteo

    Pointer problem between functions

    Disregaurd find_distribution
  3. Matteo

    Pointer problem between functions

    #include <iostream.h> #include <stdlib.h> #include <assert.h> const size_t GRADETYPES = 5; void allocate_array(double *&grades, size_t numgrades); void read_input(double *&grades, size_t numgrades); void find_distribution(double *&grades, size_t numgrades, size_t gradecount); int...
  4. Matteo

    Pointer problem between functions

    Can I also pass by reference the value of numgrades even though it is of type size_t? because that is defaulted I think to MAX_INT and is a huge number outside of allocate_array. Thanks, Matt
  5. Matteo

    Pointer problem between functions

    Hello, I simply need to allocate an array with a value given to me from command line. So from main there is a function to call the method: allocate_array(grades, numgrades); The declaration of these variables are: double *grades; size_t numgrades; Inside of my allocate_array...
  6. Matteo

    Resolution

    It might be to early in morning and I just being impatient, but it seems like this is going over my head :) Can I email you my ridiculous flash project so you can see what I'm dealing with? I was hoping I wouldn't have to start the whole thing over.
  7. Matteo

    Resolution

    Ok thanks, let me try that out and get back to you
  8. Matteo

    Resolution

    Is there a way to make text inside the dynamic text box, a button, or linkable to another frame to something? I ask because I have made it so the text box scrolls down, but atm I am using old fashion buttons in another layer to "gotoandPlay(n)." Just figured I woudl throw it in here since you...
  9. Matteo

    Resolution

    I just did some editing in frontpage, added a table before the flash video and it looks fine now. But thanks for trying :) I would still like to know what you were talking about for future reference.
  10. Matteo

    Resolution

    I dont quite understand. I checked the html outputed but have no idea what I am looking for. It looks fine here.
  11. Matteo

    Resolution

    Ahh, I do have an embed tag, but no object tag in my html. What is the syntex for that and where do I place it?
  12. Matteo

    Resolution

    Object tag? Maybe not since I dont know what that is :)
  13. Matteo

    Resolution

    Having a bit of sizing issues with my flash and HTML tables. The file works fine in all resolutions in firefox and netscape, but not in IE. Its nothign great, but here is a link to it. http://wind.prohosting.com/mcclan/clanwars.htm Any thoughts?
  14. Matteo

    Cable modem acting up

    I figured it out....I should learn to check the hardware first before the software. It ended up that my Nvidia onboard LAN got messed up somehow. I installed an old Lynksys ethernet card and everything is working great. I still got that msblast.exe error where "you computer will shut down in...
  15. Matteo

    Cable modem acting up

    Went out again....HEEEELLLLPP :) ~Matteo

Part and Inventory Search

Back
Top