Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 2 Views: 10,523 I figured it out! Huzzah!
In order to grab data from cells of an excel spreadsheet from an outside excel app into PPT WORD, or other office apps, jam that data into a custom class and jam that... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 0 Views: 5,885 I figured it out! Huzzah!
In order to grab data from cells of an excel spreadsheet from an outside excel app into PPT WORD, or other office apps, jam that data into a custom class and jam that... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 2 Views: 10,523 Hello again,
I posted before about reading values from a delimited text file into a class with string properties, and then jamming that class into a dynamic array. It turns out that reading... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 1 Views: 1,498 I see that a number of people viewed this but didn't care enough about (or have a solution to) the problem I posted (i admit it wasn't a ton of time true since the initial inquiry). Anywhooo, I... |
Forum: VB.NET Jan 22nd, 2008 |
| Replies: 3 Views: 6,388 I see that a number of people viewed this but didn't care enough about (or have a solution to) the problem I posted (i admit it wasn't a ton of time true since the initial inquiry). Anywhooo, I... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 1 Views: 1,498 Hello,
I am currently writing a powerpoint presentation that is an interactive survey. It takes in a file of data, and adds it to a big dynamic array. When the user answers questions it picks the... |
Forum: VB.NET Jan 21st, 2008 |
| Replies: 3 Views: 6,388 Hello,
I am currently writing a powerpoint presentation that is an interactive survey. It takes in a file of data, and adds it to a big dynamic array. When the user answers questions it picks... |
Forum: Python Feb 14th, 2007 |
| Replies: 0 Views: 2,580 Hello,
I have a program written up that is trying to use buttons to turn on and off the radiobuttons themselves. IF the user clicks on the radiobutton itself, then it should have no affect.... |
Forum: Game Development Jan 24th, 2007 |
| Replies: 14 Views: 9,183 I definitely narrowed it to the codec being the trouble! For future posters and readers of this, if you have trouble with the video not grabbing the frame and everything else compiles and runs. It is... |
Forum: Game Development Jan 24th, 2007 |
| Replies: 14 Views: 9,183 Yes, I am thinking it has to be the codec. Vid card update had no effect. The face2.avi does not play on my comptuer if I just play it in windows media player. It uses Cinepak Codec(which I found out... |
Forum: Game Development Jan 24th, 2007 |
| Replies: 14 Views: 9,183 Well as I did say before I do have the msvfw32.dll in my Windows/system32 folder. I havea geforce ti4200....I'm wondering if my antiquated vid card could be a reason for it. I am updating the drivers... |
Forum: Game Development Jan 23rd, 2007 |
| Replies: 14 Views: 9,183 You are right. Daniweb is one of the best online communities of which I've been a part.
So I do have msvfw32.dll it is in my windows/system32 folder. Did a search for it to make sure. It cannot be... |
Forum: Game Development Jan 22nd, 2007 |
| Replies: 14 Views: 9,183 First of all Thank you a million times over for responding to me. I began to think no one cared at all about my trouble
I downloaded and ran the zip that Jeff Molofee(NeHe) gives on that... |
Forum: Game Development Jan 21st, 2007 |
| Replies: 14 Views: 9,183 I was trying to do AVI from openGL on my computer and decided to try out lesson 35 of the NeHe tutorial: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35
Well I tried using my own video,... |
Forum: Game Development Nov 17th, 2006 |
| Replies: 3 Views: 7,222 Greetings,
It has been a while since I have posted and as usual new things yield new questions from me. I am ever at the mercy of the forum gurus. Anywho, I'm making a 3d solar system. One... |
Forum: C++ Sep 14th, 2006 |
| Replies: 3 Views: 5,930 Thanks for the suggestions Ancient Dragon, but...
The above code is nice, but I'm looking for a way to make it work without having to use getline. Getline seems like it is much more work than I... |
Forum: C++ Sep 13th, 2006 |
| Replies: 3 Views: 5,930 So I have a question regarding ifstream and reading a file.
I have to read in this file, but some of the lines of the file will have missing sections of data. These lines I want to just throw away... |
Forum: C++ Feb 19th, 2006 |
| Replies: 5 Views: 4,621 AHA! I figured it out. Apparently when you overload the < operator it has to return a bool...I didn't know this being new to C and all, so I changed the definition of the operator< and it compiles... |
Forum: C++ Feb 19th, 2006 |
| Replies: 5 Views: 4,621 Line 79 is the declaration... It became 79 from 77 because i put two comments around the template delcaration.
priority_queue<Evnt,vector<Evnt>,less<vector<Evnt>::value_type>> eventQ;
No... |
Forum: C++ Feb 19th, 2006 |
| Replies: 5 Views: 4,621 Wooo! It did NOT like that. It threw up this when I took it out.
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_function.h: In member function `bool... |
Forum: C++ Feb 19th, 2006 |
| Replies: 5 Views: 4,621 I am trying to do a priority queue with a custom type, but I keep getting this error
des.cpp:77: error: expected init-declarator before "eventQ"
des.cpp:77: error: expected `;' before "eventQ"
... |
Forum: C++ Feb 19th, 2006 |
| Replies: 3 Views: 8,086 This is a little code for a shell that allows for simple redirection and multiple yes! MULTIPLE piping abilities. It is slightly glitched for background processes, and this is only my second program... |
Forum: C Feb 9th, 2006 |
| Replies: 2 Views: 4,496 Thank you for the commands. I have figured out how to do multiple pipes! With lots of hours of work on the issue and loads of frustration. I have done it! I will be posting the code on it in the code... |
Forum: C Feb 5th, 2006 |
| Replies: 2 Views: 4,496 I know I've been posting a lot into this forum with questions that might seem....dumb, but I am learning a lot actually from those questions and the help I've been given. Many thanks( mostly to... |
Forum: C++ Feb 4th, 2006 |
| Replies: 2 Views: 1,926 okay so problem with this vector of vector of chars is it prnts me garbage when i test it
I have the take input functoin here:
takeInpt(vector< vector<char*> > &cmds)
{
char inpt[255];... |
Forum: C++ Feb 4th, 2006 |
| Replies: 2 Views: 1,926 So I'm trying to build a shell, and I've been stuck for days just trying to think about how to take in the input from the user. I need to be able to have a list of dynamically growing commands, that... |
Forum: C++ Feb 1st, 2006 |
| Replies: 0 Views: 3,196 So I have asked a couple of questions already about this shell programming, but I have another yet again.
I'm not sure why my times function in this program isn't reporting the time right. It... |
Forum: C++ Jan 31st, 2006 |
| Replies: 6 Views: 4,912 You surely are a king among kings. I thank you for your advice and counsel on the matter. |
Forum: C++ Jan 31st, 2006 |
| Replies: 6 Views: 4,912 Hmm, did you mean something like the following. Since execvp returns -1 when it fails, then this should work for exiting the process that isn't a real process right?
// fork
times(&strt);
... |
Forum: C++ Jan 31st, 2006 |
| Replies: 6 Views: 4,912 Thank you first of all for replying to my concern, but I'm afraid I still am not quite getting it. I did this to my procedure. Now it is saying that all of my input is bad input. Am I using getenv... |
Forum: C++ Jan 31st, 2006 |
| Replies: 6 Views: 4,912 So I have to make a UNIX shell that can basically take in any UNIX command and then keep a record of the time each process took, by forking off children processes, recording their time, and recording... |
Forum: C++ Jan 27th, 2006 |
| Replies: 2 Views: 5,949 And you were right. I figured it out last night after looking at getline again, because i tried another example that was working and was wondering what the crap was going on. So it was getline.... |
Forum: C++ Jan 26th, 2006 |
| Replies: 2 Views: 5,949 I have been having some problems with strtok.
I'm not very experienced in C/C++ so I'm not used to using strtok.
the code I have is this:
char *cmnd;
string cmd[100];
char... |
Forum: C++ Nov 19th, 2005 |
| Replies: 3 Views: 1,972 Hello all,
I have posted many times questions about Java related topics. This would probably be one of my few C++ postings. The problem I am having is printing out the contents of a vector... |
Forum: Java Oct 8th, 2005 |
| Replies: 1 Views: 1,489 Okay so I figured out how to fix my bounds more properly. I fixed that problem, so disregard this posting. Sorry for anyone who began reading it. |
Forum: Java Oct 8th, 2005 |
| Replies: 1 Views: 1,489 I am trying to do a Java GUI game of dots and boxes, and I need to make the bounds for detecting whether or not the mouseMoved that the person made was in the bounds of the top, left, bottom, or... |
Forum: Java Sep 16th, 2005 |
| Replies: 2 Views: 1,798 Nate you rule!
I actually saw that error too after an extended period of staring at it last night, and I put the MyButton class as a subclass of memGame and that solved it. I also found out, I... |
Forum: Java Sep 15th, 2005 |
| Replies: 2 Views: 1,798 Greetings again forum goers!
I have another question abound with plenty of obvious nooble errors I'm sure.
I am making a memory game(You know the old game where you turn over cards and try to... |
Forum: Java Sep 14th, 2005 |
| Replies: 8 Views: 7,991 Ah, worked there! Thanks Nate. Dunno what was going on previously but works now. Strange. Anywho, thanks much! |
Forum: Java Sep 14th, 2005 |
| Replies: 8 Views: 7,991 Okay, so long time not replying. Here's the deal.
One, I'm using Netbeans, and the image is being found, because netBeans raises bitchy errors if the image isn't found. So I don't believe it is... |