Forum: Computer Science Nov 30th, 2008 |
| Replies: 2 Views: 704 Thanks kindly for the reply, was unsure but that confirms it for me! |
Forum: Computer Science Nov 30th, 2008 |
| Replies: 2 Views: 704 Im creating some pseudo code for a test and I was wondering if its possible to have a case statement inside a Repeat Loop. Is there any specific rules for this kind of thing?
Thanks for any reply. |
Forum: C# Nov 2nd, 2008 |
| Replies: 6 Views: 740 |
Forum: C# Nov 2nd, 2008 |
| Replies: 6 Views: 740 I dont want answers on a plate, only direction.
Your reply helps more now, thank-you. |
Forum: C# Nov 2nd, 2008 |
| Replies: 6 Views: 740 Theres no flaw with the overall code, its just my attempts at threading are wrong. The error im achieving is simply that I cant get more than one client to connect to the server.
In reference to... |
Forum: C# Nov 2nd, 2008 |
| Replies: 6 Views: 740 I came across this example of a chat app here...
http://www.daniweb.com/forums/thread59565.html
and am having trouble creating the multiple client part that is mentioned at the bottom...
If... |
Forum: IT Professionals' Lounge Oct 8th, 2008 |
| Replies: 1 Views: 883 I can program but I know Im not the best at it but its the field and industry Im very much interested in and devoted to. What are the chances of breaking into the industry and gaining a position in... |
Forum: C# Sep 27th, 2008 |
| Replies: 2 Views: 815 |
Forum: C# Sep 27th, 2008 |
| Replies: 2 Views: 815 I compiled a very basic C# program (not pointers or memory related) inside my c drive using the command prompt. I just wish to know if this is a bad move? Is it better to save all programs to the... |
Forum: C++ Sep 18th, 2008 |
| Replies: 2 Views: 509 Thanks vmanes, really appreciate it. |
Forum: C++ Sep 17th, 2008 |
| Replies: 2 Views: 509 Hi, just a query about versions of Microsoft Visual Studio.
I last year created my C++ programs using Visual Studio .Net 2003 and have noticed that my new uni course uses 2005. Will I be unable to... |
Forum: C++ May 29th, 2008 |
| Replies: 3 Views: 459 Cheers guys - Duoas and Sky Diploma.
Ill attempt both suggestions! |
Forum: C++ May 28th, 2008 |
| Replies: 3 Views: 459 Basically this Menu works however, when I enter in a string the default does catch it but then the Menu repeats the error so in essence isnt full proof. Would the way around this be to check the 1st... |
Forum: C++ May 23rd, 2008 |
| Replies: 4 Views: 1,004 Interesting Duoas, I'll give that a shot, thanks again! |
Forum: ASP May 23rd, 2008 |
| Replies: 1 Views: 2,056 value = "" needed to be initialised and the onSubmit isnt needed and it works a treat.
#
validation = True also needed at the start instead of False. |
Forum: C++ May 23rd, 2008 |
| Replies: 4 Views: 1,004 Yep you are spot on, cheers.
I was close to figuring it as I had placed cin.clear(); after the ignore and it started to work, wasnt sure why though and youve cleared (no pun intended) that up.
... |
Forum: C++ May 23rd, 2008 |
| Replies: 4 Views: 1,004 Im trying to carry out input validation on a piece of code and have come across an issue.
Basically for the 1st input I used getline for the string and then for the 2nd input I use cin for the... |
Forum: ASP May 22nd, 2008 |
| Replies: 1 Views: 2,056 Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance?
Cheers
... |
Forum: C++ May 19th, 2008 |
| Replies: 3 Views: 402 Thanks kindly Ancient Dragon thats exactly what I wanted! |
Forum: C++ May 19th, 2008 |
| Replies: 3 Views: 402 My appologies if this has been answered before but I couldnt find a specific answer/response.
Basically Im wondering how I would assure each random number is one that hasnt been produced already.... |
Forum: C++ May 7th, 2008 |
| Replies: 2 Views: 466 Cheers Radical Edward, that helps a lot mate! |
Forum: C++ May 6th, 2008 |
| Replies: 2 Views: 466 Im trying to figure out how to utilise a program that uses Aggregation of Classes, Im having trouble calling the operations of the Classes in my main. Could anyone assist where Im going wrong?!
... |
Forum: C++ Apr 22nd, 2008 |
| Replies: 2 Views: 1,454 Thanks Narue, thats exactly what I meant and the push I needed. |
Forum: C++ Apr 22nd, 2008 |
| Replies: 2 Views: 1,454 ..for manipulation in the main part of the program.
Basically Im trying to create a Class function that asks the user to enter in 3 different teams and their nationalities and then redisplay them... |
Forum: C++ Mar 24th, 2008 |
| Replies: 2 Views: 1,491 Thanks mate for clearing that up, I suspected as much and yes it is the whole program. |
Forum: C++ Mar 24th, 2008 |
| Replies: 2 Views: 1,491 Weve been given this example to work with and Im not sure about the line 9 char cont = 'n'; - is there even a need for it? The rest of the program I understand.
#include <iostream>
#include... |
Forum: C++ Mar 17th, 2008 |
| Replies: 2 Views: 703 Thanks for that mate, appreciated. |
Forum: C++ Mar 17th, 2008 |
| Replies: 2 Views: 703 Is the only way to stores strings as a variable in C++ is by having an array of type char? |
Forum: VB.NET Mar 11th, 2008 |
| Replies: 2 Views: 768 Thanks mate, appreciated! |
Forum: VB.NET Mar 11th, 2008 |
| Replies: 2 Views: 768 When Im browsing with either internet explorer or firefox and I recieve an error I get a window popping up asking If I want to debug in visual basic.
Im guessing there is a setting in visual... |
Forum: C++ Feb 29th, 2008 |
| Replies: 8 Views: 2,263 Can you write text to a binary file, Yes or No.
Then let this thread die. |
Forum: C++ Feb 28th, 2008 |
| Replies: 8 Views: 2,263 #include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
FILE *txtfile;
char line[1024]; |
Forum: C++ Feb 28th, 2008 |
| Replies: 8 Views: 2,263 #include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
int no = 1;
FILE *nofile = NULL;
char cont = 'n'; |
Forum: C++ Feb 28th, 2008 |
| Replies: 8 Views: 2,263 I probably have, the jist of what my lecturer was hinting at was that with a textfile it is more hassel to check inputs and outputs whereas (presumably according to him) with a binary file to process... |
Forum: C++ Feb 28th, 2008 |
| Replies: 8 Views: 2,263 Im trying to get a binary file to store 5 names, so I can then use said 5 names to be re-read and display in another program.
We were advised to use binary files instead of text because of error... |
Forum: C++ Feb 28th, 2008 |
| Replies: 8 Views: 2,263 In class weve been shown how to read from a binary file and read from a text file but Im unsure how to write text to a binary file?
Heres my attempt so far,
Can you help?
#include... |
Forum: C++ Feb 4th, 2008 |
| Replies: 1 Views: 418 I have been given a project to do for college and have the option of doing it in either C++ or Java; both languages Im relatively new to.
The scope of the project is fairly open ended, some are... |
Forum: VB.NET Dec 16th, 2007 |
| Replies: 1 Views: 748 |
Forum: VB.NET Dec 16th, 2007 |
| Replies: 1 Views: 748 Is there a way in Visual Basic .net to make textboxes uneditable? I have my program reading data from a file and displaying the contents in various textboxes but dont wish to allow the user to be... |
Forum: VB.NET Nov 28th, 2007 |
| Replies: 5 Views: 1,554 Thanks for all the $cough$ help.
I was able to work it out myself :icon_cheesygrin: . |