User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 426,107 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,665 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 10 of 10
Search took 0.01 seconds.
Posts Made By: corwing
Forum: C# May 28th, 2008
Replies: 6
Views: 1,248
Posted By corwing
Re: C# SQL 2005 Select Statement Help please

My SQL knowledge isn't great so I am assuming all other stuff is working.
Based upon what you said, I think you need to change what is on each side of the '='
You're putting data into the textbox...
Forum: C# May 15th, 2008
Replies: 2
Views: 395
Posted By corwing
Re: how to compute a string in c#???

I had this as a project in assembler class... it was fun
You'll want to parse the string into smaller parts as you find the operators. Then put each one into a string that you can then convert to an...
Forum: C# May 7th, 2008
Replies: 9
Views: 559
Posted By corwing
Re: I need your help

This algorithm loses accuracy after 3 iterations... there is something wrong in it... I am going over it again
Forum: C# May 7th, 2008
Replies: 2
Views: 397
Posted By corwing
Re: How to get a datarow from a datable in C#?

The first thing we need to know to help you is..
How are you handling the datatable?
Is it a two-dimensional array, a class a collection of rows or columns?
Forum: C# May 6th, 2008
Replies: 3
Views: 484
Posted By corwing
Re: How do I turn this into a single dimensional array?

OK I hope this helps you
It was something I did in gui for output... I think you should get it for accessing the elements of an array now. If you have any specific questions on this, quote me and...
Forum: C# May 6th, 2008
Replies: 3
Views: 484
Posted By corwing
Re: How do I turn this into a single dimensional array?

I know you didn't ask for this part but I wanted to show you something while I view what it is you're looking for help on.

This is inefficient. You can streamline this by working from bottom to...
Forum: C# May 6th, 2008
Replies: 3
Views: 413
Posted By corwing
Re: how to make this program ( very simple ) ? [<< newbie ]]

Quecoder may just need direction and not actual code help yet. Sometimes we just need guidance, not the exact answer.

Ya know like
Get the user's input put it to a string and then parse the string...
Forum: C# May 4th, 2008
Replies: 9
Views: 559
Posted By corwing
Re: I need your help

Change
while(N*N<S);
to
while(N*N<=S);

you'll get 5 for sqrt(25) not 4.99999...
I didn't realize it until after I posted that it did something stupid to numbers with easy sqrt
Forum: C# Apr 29th, 2008
Replies: 9
Views: 559
Posted By corwing
Re: I need your help

I just couldn't let it go so
It is pretty sloppy, but gets the job done... cleaning up the code is not something I'm into right now(tired)... but I think it is pretty clear
N is the nearest root less...
Forum: C# Apr 28th, 2008
Replies: 9
Views: 559
Posted By corwing
Re: I need your help

[QUOTE=compovet;593850]Hi
I'm a beginer programer and I need your help
I'm using visual studio 2005 writing with c#, Iwant to make a small program at console
this program give the root of a number.
I...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 3:58 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC