Search Results

Showing results 1 to 40 of 57
Search took 0.01 seconds.
Search: Posts Made By: Run.[it]
Forum: Computer Science Nov 30th, 2008
Replies: 2
Views: 704
Posted By Run.[it]
Thanks kindly for the reply, was unsure but that confirms it for me!
Forum: Computer Science Nov 30th, 2008
Replies: 2
Views: 704
Posted By Run.[it]
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
Posted By Run.[it]
missed? How so?
Forum: C# Nov 2nd, 2008
Replies: 6
Views: 740
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
Forum: C# Sep 27th, 2008
Replies: 2
Views: 815
Posted By Run.[it]
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
Posted By Run.[it]
Thanks vmanes, really appreciate it.
Forum: C++ Sep 17th, 2008
Replies: 2
Views: 509
Posted By Run.[it]
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
Posted By Run.[it]
Cheers guys - Duoas and Sky Diploma.

Ill attempt both suggestions!
Forum: C++ May 28th, 2008
Replies: 3
Views: 459
Posted By Run.[it]
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
Posted By Run.[it]
Interesting Duoas, I'll give that a shot, thanks again!
Forum: ASP May 23rd, 2008
Replies: 1
Views: 2,056
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
Thanks kindly Ancient Dragon thats exactly what I wanted!
Forum: C++ May 19th, 2008
Replies: 3
Views: 402
Posted By Run.[it]
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
Posted By Run.[it]
Cheers Radical Edward, that helps a lot mate!
Forum: C++ May 6th, 2008
Replies: 2
Views: 466
Posted By Run.[it]
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
Posted By Run.[it]
Thanks Narue, thats exactly what I meant and the push I needed.
Forum: C++ Apr 22nd, 2008
Replies: 2
Views: 1,454
Posted By Run.[it]
..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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
Thanks for that mate, appreciated.
Forum: C++ Mar 17th, 2008
Replies: 2
Views: 703
Posted By Run.[it]
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
Posted By Run.[it]
Forum: VB.NET Mar 11th, 2008
Replies: 2
Views: 768
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
#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
Posted By Run.[it]
#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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Posted By Run.[it]
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
Solved: Text Boxes
Views: 748
Posted By Run.[it]
Solved it myself.
Forum: VB.NET Dec 16th, 2007
Replies: 1
Solved: Text Boxes
Views: 748
Posted By Run.[it]
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
Posted By Run.[it]
Thanks for all the $cough$ help.

I was able to work it out myself :icon_cheesygrin: .
Showing results 1 to 40 of 57

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC