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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Matteo
  • Order by date
  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
  16. Matteo

    Cable modem acting up

    I ran memtest only to find that one of my sticks of memory was corrupt. It has been running pretty smooth since then. Is it possible that faulty ram could cause my modem to be acting up?? ~Matteo
  17. Matteo

    Cable modem acting up

    I've tried that. What confuses me is the inconsistency of the internet loss. It worked perfect for me from 11:00pm-5am. When I woke up this morning around 9:00am, it was down, and every 30min or so the problem starts happening again. Sounds fishey to me. ::shrug:: ~Matteo
  18. Matteo

    Cable modem acting up

    I used a program called Fixblast.exe and DL'd Microsofts upgrade but my modem still seems to be having these random connection losses. Any ideas? ~Matteo
  19. Matteo

    Cable modem acting up

    I actually just found out something worse. I was shuting down program in my taskmanager only to find that good ol' MSBLAST pop up box shutting down my computer. I searched in my computer for the .exe file but I cant find. Going to try and get the tool now to delete. I will post back if that...
  20. Matteo

    Cable modem acting up

    I'm not sure if this is the correct place to post this, but I am having an annoying problem with my cable modem. Simply stated, it randomly loses connection. One would think maybe I have a bad modem, but when I connect to my other computer downstairs, it works perfectly. This is what I have...

Part and Inventory Search

Back
Top