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...
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
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...
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.
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...
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.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.