blah blah blah is here! blah blah » Close

-2
votes
0 answers

C# Debugging

https://docs.google.com/leaf?id=0B89GBk8q-FkkMWE1NTVkZjEtODE2Ny00MjliLWJhYTEtMTdmYzZiOWJhYjI2&hl=en

0
votes
1 answers

Little bit of help

Hi I'm currently writing a piece of code for algorithms. My problem is though that I can't get the code to reference the .txt file, how would I do this? Also, when I try debugging it it comes up with the message saying that a project with a ...

0
votes
1 answers

PHP Error Message

Parse error: syntax error, unexpected $end in /home1/allderek/public_html/quiz/main.php on line 268 [code] <?php // Open DB $link = mysql_connect('localhost', 'allderek_quizzer', '****'); if (!$link) { die('Could not connect ...

0
votes
1 answers

PHP Passing Variables

I have a PHP script (Starting at the form on latin.allderek.com/input.html . On the main PHP Script (latin.allderek.com/latin0.php) I have a set of error messages I dont get. What is wrong? Thanks, D Source: [code] <sty ...

0
votes
2 answers

How to open the immediate window in vs.net 2010?

Rick_A
761

I'm in debug mode, and I want to type some things into the immediate window but its not currently open. How can I open the immediate window in vs.net 2010? I want to somehow see what the current date format is for the current thread, ...

0
votes
1 answers

c# IEnumerable debugging question.

My background is Java and I'm new to c#. I noticed in a class constructor it didn't call a routine called FilterSourceFrames. I did this by putting break points and seeing where it stopped. I thought it might be something to do with the ...

0
votes
2 answers

Syntax Checker

Dear All, My application runs with input from a text file. So it parse the text file, and then use the value inside to do several things. But last time, a typo occured, and the application shows and error. Lucky I put exception to th ...

Feedback