Forum: C# Mar 26th, 2009 |
| Replies: 2 Views: 1,286 Reader has reached the end after the first while loop, and the "context" of it is basically EOF. Neither your second or third loop run. The only reason you think your second loop runs is because it... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2009 |
| Replies: 3 Views: 1,006 Your issue may be with the multiple line input statements within the loop. I'd throw a breakpoint in and be sure the error isn't coming from the second input line. It may be that the first input... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2009 |
| Replies: 1 Views: 284 Hi Guys,
I'm getting on odd error on compilation, "Procedure too large to compile". The reason I say it's odd is that I know for a fact the procedure is not too large to compile. We have daily... |
Forum: Networking Hardware Configuration Jun 18th, 2007 |
| Replies: 8 Views: 1,784 I can ping by ip.
I cannot ping by computer name.
No firewall.
Same workgroup.
I have a feeling its a WINS issue. |
Forum: Windows Vista and Windows 7 Jun 18th, 2007 |
| Replies: 2 Views: 1,826 I'm running a vista certification practice test for a product at our company, and I was wondering what the installation paths should be for All users (I presume program files, since an admin is... |
Forum: Networking Hardware Configuration Jun 15th, 2007 |
| Replies: 8 Views: 1,784 As far as I can remember it's happened. I havent really tried to use the feature until now. |
Forum: Networking Hardware Configuration Jun 15th, 2007 |
| Replies: 8 Views: 1,784 Yes, I am the Admin on the machine. |
Forum: Networking Hardware Configuration Jun 15th, 2007 |
| Replies: 8 Views: 1,784 I am having a problem accessing a windows xp shared folder on my network from my laptop (running windows media center). I cannot access the computer by \\computer-name or by \\ip-address. In fact,... |
Forum: Computer Science Mar 24th, 2007 |
| Replies: 7 Views: 2,672 I agree, however the degree I am specifically attaining is Comp. Sci. with a concentration in Software Development. At my school you have no other option other than IT.
Regards,
Tyler S.... |
Forum: Computer Science Jan 22nd, 2007 |
| Replies: 11 Views: 7,007 Lisp can be used very much like a OO language, just as C can be used like a Functional language with the correct libraries. But the framework and libraries included are Functional for Lisp and... |
Forum: Computer Science Jan 22nd, 2007 |
| Replies: 11 Views: 7,007 What about Logical (Prolog) and Procedural (C/Fortran) |
Forum: Computer Science Jan 20th, 2007 |
| Replies: 7 Views: 2,672 This depends on the school you are attending and/or who you ask :cheesy: . I know my school has a very good engineering program, however deals next to nothing with actual programming. Comp. Sci. on... |
Forum: C# Jan 19th, 2007 |
| Replies: 5 Views: 11,272 Shouldn't MyTime = DayOfWeek.Now; be something like MyTime = (DateTime.Now);. Then you should be able to do MyTime.DayOfWeek since DayOfWeek is a property of the DateTime class, so should be called... |
Forum: Java Jan 19th, 2007 |
| Replies: 32 Views: 6,073 I can imagine plenty of people responding with the immediate suggestion of eclipse, however eclipse also uses a decent amout of recources probably due to the fact it IS programmed in java (I... |
Forum: Java Jan 17th, 2007 |
| Replies: 14 Views: 4,561 Just a side note...this post is so long that Java has already changed to just Java SE 6, not Java 2 SE anymore.
Basically, leave it alone....it's done.
Regards,
Tyler S. Breton |
Forum: Java Jan 17th, 2007 |
| Replies: 8 Views: 15,596 This is going to be harder than you think due to the fact that numbers are represented differently depending on the position in the number the specific digit is in. For example, if a 5 is in the... |
Forum: C# Jan 17th, 2007 |
| Replies: 3 Views: 20,516 By the way,
C# does not allow this the way you wish to have it done, executing multiple lines of code in one case and jumping to another (unless you use proper goto statements *bad practice*,... |
Forum: C# Jan 15th, 2007 |
| Replies: 3 Views: 20,516 That's one of the fallbacks of a "strong" language such as C# over a "weak" one such as C (this is not a comparing of the strength of the language but the strength of the safeguards build into the... |
Forum: C++ Jan 11th, 2007 |
| Replies: 3 Views: 2,479 Shouldn't you be using strcmp instead of == for comparing strings? Or am I just as baffled as you? :eek: |
Forum: Java Jan 10th, 2007 |
| Replies: 5 Views: 2,128 In this forum, we do not do homework to people who do not show effort. Saying you have put in effort is one thing....proving it is another. I'm not saying you're asking for the answer per se,... |
Forum: Java Jan 6th, 2007 |
| Replies: 5 Views: 1,032 It will work fine but as stated above, try to follow better naming guidelines. <Pizza> in your case describes a list of what looks to be orders...whereas <description> IS a description, but of a... |
Forum: C++ Jan 1st, 2007 |
| Replies: 2 Views: 1,289 This (http://www.geocities.com/learnprogramming123/Clesson8Beginner.htm) is a decent basic tutorial on loops in the C language. You will find them similar to the ones in C++, C#, or Java, as C is a... |
Forum: Legacy and Other Languages Dec 28th, 2006 |
| Replies: 4 Views: 2,147 Try virus software. (Norton Antivirus, or McAfee)
Or spyware software. (Lavasoft's AdAware)
Or protecting your computer with a firewall. (MS Windows XP comes with one)
By the way....this... |
Forum: VB.NET Dec 27th, 2006 |
| Replies: 7 Views: 15,364 I don't know why that statement made me chuckle. Cheers! Yes, thank you all for your help, I found one offered by Microsoft for free in pdf format, and came to the realization that VB.net is just a... |
Forum: Java Dec 27th, 2006 |
| Replies: 5 Views: 1,316 Compiles and runs fine for me. |
Forum: Java Dec 26th, 2006 |
| Replies: 5 Views: 1,316 Are you trying to run this program as a console application? Applets are not run the same way console applications are in Java. Java.exe is used to run applications whereas AppletViewer.exe is used... |
Forum: C# Dec 26th, 2006 |
| Replies: 6 Views: 3,764 I got a free online pdf book on VB.net....i think it was straight from the msdn documentation page from microsoft. Try googling that and see if there's one for C#...unfortunately I dont have the... |
Forum: Java Dec 26th, 2006 |
| Replies: 2 Views: 1,183 |
Forum: C++ Dec 25th, 2006 |
| Replies: 35 Views: 5,925 Hehe...LISP, now thats something that will scare a kid away.... I think we can both agree LISP should NOT be the first language learned. :eek: But learning C and moving to LISP is not a bad... |
Forum: C++ Dec 25th, 2006 |
| Replies: 35 Views: 5,925 I don't disagree with you....C is a much more powerful and useful language, however I just feel like someone starting with C is going in a little over their head at first, as near everything (useful)... |
Forum: C++ Dec 25th, 2006 |
| Replies: 5 Views: 1,853 Can't you just double click each combobox and edit the code for when each combobox is changed? It might provide you with a different event by default, not sure, but I think there is one for combobox... |
Forum: C++ Dec 25th, 2006 |
| Replies: 35 Views: 5,925 Totally agree...but when I'm just starting, I WANT the language to provide methods/functions so that I can get the jist of whats going on before I decide to play jesus. After you learn a JAVA or even... |
Forum: IT Professionals' Lounge Dec 25th, 2006 |
| Replies: 15 Views: 5,607 However you want to take the statement is up to you....The abbreviation M$ just implies the company generates a large amount of revenue.... I never said anything about intentions. |
Forum: C++ Dec 25th, 2006 |
| Replies: 35 Views: 5,925 Welcome! To be honest.....if this is going to be your first TRUE programming language (HTML and web-dev aside), I might start with Visual Basic or C#. This is just a personal recommendation but I... |
Forum: Java Dec 24th, 2006 |
| Replies: 4 Views: 8,074 It is similar to the foreach loop in C#, i believe they call it an "advanced for loop" or something. |
Forum: IT Professionals' Lounge Dec 23rd, 2006 |
| Replies: 15 Views: 5,607 Love the warning for the reference BTW. Forgot we're all kids here.
Regards,
Tyler S. Breton |
Forum: Java Dec 22nd, 2006 |
| Replies: 2 Views: 1,806 Well he (the programmer of the DOS version) rewrote it from the original nintendo version, so YES you can by rewriting the whole thing. Good luck with that.
Regards and best of luck,
~Tyler... |
Forum: C# Dec 21st, 2006 |
| Replies: 6 Views: 3,764 If you honestly wanna learn C#, I'd consider buying a book. The reason being the online tutorials are either unclear or incomplete in most cases. I bought a book awhile back and breezed right... |
Forum: C++ Dec 20th, 2006 |
| Replies: 6 Views: 11,372 You are setting an integer variable to "", which is a string, thus a char*. You could probably use ' ' but why initialize it to anything? |
Forum: C# Dec 20th, 2006 |
| Replies: 1 Views: 921 Sounds like an assignment for a compiler class....otherwise I don't see the purpose of such a compiler. Show a little work before you expect someone to just jump in and give you the code.
Do you... |