Forum: C++ 13 Hours Ago |
| Replies: 9 Views: 151 Narue, WHY are you ranting about it? No I'm not a professional... It's just a question, get over it and get over yourself! |
Forum: C++ 17 Hours Ago |
| Replies: 9 Views: 151 Whoa take a deep breath! That is what's causing the assertion failure. Do you know how I know that? Because once I press ignore, check the log file, see the record where the problem occurred, and fix... |
Forum: C++ 17 Hours Ago |
| Replies: 9 Views: 151 No see it's ok if it's ignored. I only included a portion of the program, but the purpose of the whole thing is to read from a csv file, and fill things from the csv file into a number of txt files.... |
Forum: C++ 18 Hours Ago |
| Replies: 9 Views: 151 Hi,
I wrote a program where I get a debug assertion failure. I've made it so that if I press ignore, execution continues correctly. The only thing is I don't want to keep pressing ignore, is there a... |
Forum: C++ Sep 26th, 2009 |
| Replies: 1 Views: 329 The following is a function that compiles just fine, but when I run it, I get a "Debug Assertion Failed" and it says "list iterator not dereferencable". As far as I can tell the error occurs at... |
Forum: C++ Aug 23rd, 2009 |
| Replies: 3 Views: 341 Thanks for your suggestions!
I've been trying to work with CreateProcess but I can't seem to get it right.
LPTSTR run_t11 = _tcsdup(TEXT("C:\\run_t.exe /C:\\images C:\\ttt.exe -L -S")); ... |
Forum: C++ Aug 23rd, 2009 |
| Replies: 3 Views: 341 Hi!
I'm trying to write a code where I call a number of programs, with each program's output being the input for the next program.
WinExec(run11, SW_SHOWNORMAL); //to execute program1
... |
Forum: Network Security Jul 22nd, 2009 |
| Replies: 2 Views: 1,759 lol I just have to say I love the title of your post! As for the story, I can't figure out if it's painfully sad or hilarious :S |
Forum: C++ Mar 12th, 2009 |
| Replies: 1 Views: 215 k I guess I can't edit my post, but the thing I thought I might have done wrong really was the problem. Fixed the environment settings to C++ and it's working fine =) I'm so happy! thanks for reading |
Forum: C++ Mar 12th, 2009 |
| Replies: 1 Views: 215 Hi :)
I've been working on a program written in C and C++ for a while now. I built and ran the program and it worked perfectly, then saved it to my USB. I then formatted my computer and reinstalled... |
Forum: Windows Vista and Windows 7 Jan 26th, 2009 |
| Replies: 2 Views: 1,248 Hiya!
I'm planning on buying a laptop, so I was just checking out laptop ads in the newspaper. I noticed one laptop I liked with Windows Vista Business edition on it with 4 GB RAM. What I'm... |
Forum: C++ Dec 27th, 2008 |
| Replies: 5 Views: 462 Hi :) I'm using winforms to try to make a GUI on Visual C++ 2005. Now one of the forms deals with a linked list (what's supposed to happen is that when a customer clicks the sign up button, a new... |
Forum: C++ Dec 25th, 2008 |
| Replies: 2 Views: 1,832 |
Forum: C++ Dec 25th, 2008 |
| Replies: 2 Views: 1,832 Ok I'm trying to make a GUI with multiple forms on Visual C++ 2005 Express Edition. And I was following a tutorial and made two forms. Form1 and Second. I want the Second form to open from Form1. So... |
Forum: Viruses, Spyware and other Nasties Nov 17th, 2008 |
| Replies: 1 Views: 1,014 Hello :)
If I go to My Computer and double click on the USB drive I get this message "Entertainment Pack Minesweeper Game has encountered a problem and needs to close. We are sorry for the... |
Forum: Computer Science Sep 29th, 2008 |
| Replies: 1 Views: 586 Hi :)
I want to make an Arabic typing tutor to put online because I've noticed that there aren't any free ones. The thing is, I'm not sure what programming language to use. The basic idea is:
... |
Forum: Java Aug 28th, 2008 |
| Replies: 8 Views: 1,268 Sorry if this is the wrong forum now. But how can I view my applet in a web browser? I used the code below, and I also uploaded operatorHandler.class and clearHandler.class to the directory. Should I... |
Forum: Java Aug 28th, 2008 |
| Replies: 8 Views: 1,268 Cool, never knew that existed. thanks! |
Forum: Java Aug 28th, 2008 |
| Replies: 8 Views: 1,268 Thank you! the error was that the buttons weren't doing anything, which is now fixed. But I didn't get why I should capitalize my class names? is that just common practice or is there a reason for it? |
Forum: Java Aug 27th, 2008 |
| Replies: 8 Views: 1,268 Hi :)
I was messing around with java applets just now, and I can't seem to figure out how to put more than one event handler in an applet. I'm just working on a really simple calculator. Three... |
Forum: C++ Feb 6th, 2008 |
| Replies: 6 Views: 916 Ok I looked through your program, and I'm not sure I understood your question, but either way these comments should help a little.
57. RaceCarStatus = i;
You didn't define RaceCarStatus as a... |