Posts
 
Reputation
Joined
Last Seen
Ranked #863
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
11
Posts with Upvotes
9
Upvoting Members
11
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
9 Commented Posts
0 Endorsements
Ranked #2K
~25.0K People Reached
Favorite Tags
Member Avatar for hariza

Hi guys, If i have a file like the one below what would be the best/easiest way to sort the words in alphabetical order. thanks. with an equal mix of biosolids to make the compost Sawdust is on their greens Compost applied properly will enhance growth of grass flowers shrubs …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for may4life

Hi guys, I'm quite new to C++, I have just recently gone through 3/4 of SAMS teach yourself C++ in 21 days and I am hoping to start programming my first object-oriented game. I have created a few games in the past (you can check them out on my site …

Member Avatar for Serapth
0
2K
Member Avatar for hari12341

Hi All, I need some guidance here...How does one close or unload all open forms in VB.Net. Can someone please help me out in this regard? Thanks very much.

Member Avatar for sathish_ahs10
-2
2K
Member Avatar for Sesshokotsu

hey um i kind of been trying to figure this out for awhile now...well the program is supposed to convert numbers like 123 into words such as one two three the only problem is my program writes the numbers back words such as three two one...does anyone have any ideas …

Member Avatar for soulcandra44
0
155
Member Avatar for FireSBurnsmuP

You see, I am writing a program that uses strings for input to determine things, and I don't want it to be case sensitive. So, I know you can go through a string and go char by char to store each char, [inlinecode]tolower()[/inlinecode]'d into another string while in a for …

Member Avatar for geinjo
0
2K
Member Avatar for Gigs_

HI, I have exe file writen in c++ or c and wanna decompile it to source code. Is that possible? If it is, is there any decompilet that can do that? thanks!

Member Avatar for Salem
0
9K
Member Avatar for freefika

Hello, I'm currently developing a Chat Application in VB.NET which is similar to MSN Messenger. I need to know the control to use for the message area of the chat window in which the messages sent and recieved will be shown. I tried using the rich text box but it …

Member Avatar for slimtugo
0
258
Member Avatar for pclpossum

Hello! I have an SQL query designed to search a string field and return results based on input from the user. If I use VB.NET to interrogate the Access Db using the following SQL: "Select *FROM TRAINING WHERE ((Trainer Like '*Rob*'));" I get no results. If I perform this same …

Member Avatar for steilx
0
188
Member Avatar for Utkarsh Kukreti
Member Avatar for webspy

I'm currently programming in C++ at an intermediate level and now moving on to the Win32 API. I know basic Win32 API programming so far and I don't find it too difficult to learn, but my question is: is it worth it to continue learning it while Windows Vista will …

Member Avatar for robertkatz
0
146
Member Avatar for Goitse

Hi everyone, I am currently doing IT and majoring in Java, C++, Database Systems(Mysql, Oracle, SQL Server and Networking). Someone has advised me to do System Engineering and I really do not know what it is. I would like to continue my studies doing this course, so if anyone has …

Member Avatar for NedFrankly
0
80
Member Avatar for Scottg1989

If you could describe yourself in one word, what would it be? (Why can i see the word 'geek' coming up a lot here... :-| ) I guess i would be.. organised.

Member Avatar for EnderX
2
122
Member Avatar for gopan

Hello evrybody, I wanted some help regarding windows form in C# .. I have a label control where i need to put a linkbutton control inside the label control dynamically ,I am able to place a link button but not at the required position inside the label control.. I hav …

Member Avatar for Inanna
0
159
Member Avatar for Utkarsh Kukreti
Member Avatar for Utkarsh Kukreti
0
95
Member Avatar for raghavan

[COLOR=DarkBlue]:)when i run a form at 1024*768 it works fine .when i run same form at 800*600 resolution ,size of all tools r incresing.i want size of tools(control box,text box) to remain same even if i change resolution .is it possible. do i need to code for each tools to …

Member Avatar for waynespangler
0
82
Member Avatar for Jupiter247

Hi, I am a total novice to VB.Net, and have been asked to develop a simple 4 function calculator as part of my coursework. I am really struggling!!! I would be extremely grateful if anyone could please help??? ( I have managed to use AppendText to get the numbers in …

Member Avatar for Jupiter247
0
102
Member Avatar for upside10

I have this algorithm that is really giving e a problem can someone please help me. void Transpose (int a[][SIZE], int n) } for(int=1;i<n;i++) for(int j=i+1; j<=n; j++) { int t=a[i][j]; a[i][j]=a[j][i]; a[j][i]=t } } I need to obtain the time complexity of the above matrix transpose algorithm using program …

Member Avatar for upside10
0
123
Member Avatar for slacke

Hello I'm working on an application. I need as big arrays as possible. At home I work with linux there I can declare array as big as this: char buffer[1000000]. No probleme. In work I'm working with boreland C++ 4.5 (WinXp) and I can't declare biger size of array as …

Member Avatar for ~s.o.s~
0
230
Member Avatar for F.T.L.O.T.G

I know a lot of students get on here and post threds trying to get others to do their homework, but i truly need help! I am looking for someone who is willing to tutor me by Im, e-mail, phone or anything. I have a coke machine project due next …

Member Avatar for Salem
0
213
Member Avatar for aidi.morini

[COLOR=#808080]Hi,[/COLOR] [COLOR=#808080]I’m using Visual Studio .NET 2003 and my application is a dialog window, with some buttons and a picturebox. I’ve activated the maximize window option and I’d like that when the window is maximized the picturebox will enlarge to occupy the same percentage of the window as in normal …

Member Avatar for aidi.morini
0
196
Member Avatar for danae

Hi, I've got a problem with searching for record(s) that match the staffID in my "Staff" table in the database. I have a string named mstrSql, a txtStaffID text box and a sql statement that goes [code]mstrSql = "Select * from Staff where staffID like '" & txtStaffID.Text.Trim() & "%" …

Member Avatar for Paladine
0
1K
Member Avatar for kathy78

Hello everyone, I have the following code behind for a login page. When I compile, I am getting the following error. It won't allow me to use the operator > in the line below in red. Can someone please tell me why? Expr1 basically returns a number - either 1 …

Member Avatar for peterbyrne
0
81
Member Avatar for Utkarsh Kukreti

I am new to c#. i wanted to know how to add or remove options in a combo box or list box during runtime

Member Avatar for Inanna
0
102
Member Avatar for amishosh

Hi! I have functions defined in ami.c and want to call them from friedman.c how do I link the 2? Thanks Ami

Member Avatar for ~s.o.s~
0
241
Member Avatar for The Dude

Someone shared this with me and now I would like to share it with you. Its one of those things that I guess we all live for… from being very inspiring to also having the power to change our lives.. God bless you all :) [url]http://www.youtube.com/v/vr3x_RRJdd4[/url]

Member Avatar for The Dude
0
67
Member Avatar for jado

Ok, there's so many of 'em but what web browser do you use? Please feel free to post your thoughts about the browser you use and vote in the poll. At the moment I use Internet Explorer (gasp!) 7 (phew!). I'd have to say it's an average browser. Really bad …

Member Avatar for jbennet
0
153
Member Avatar for kathy78

Hello everyone, I am using VS2005 (C#) and have the following code behind for my login page. When I try to compile it, I get the following error on the line in bold below. Seems like I need to convert "UserName" and "Password" to strings. Can someone please help me …

Member Avatar for peterbyrne
0
95
Member Avatar for Clinton Portis

I am writing a simple program.. enter first and last name and a search is performed.. and their phone number (if found) is returned. I have used vector class iterators before a couple of times.. but devcpp does not seem to like this code.. and stops compilation somewhere inside of …

Member Avatar for iamthwee
0
125
Member Avatar for Barefootsanders

Hey everyone. I dont know if anyone here can help me but I run a site powered by the Joomla CMS. I wanted to design a component for my site and I was wondering if i could use C++ to design it instead of PHP and just use the 'system' …

Member Avatar for Barefootsanders
0
102
Member Avatar for rowly

Hi, can any one tell me what size_t_count does, i couldnt get it . thanks guyz ! [code] fwrite([COLOR=#0000ff]const[/COLOR] [COLOR=#0000ff]void[/COLOR]*_str,size_t_Size,size_t_count,file *_File); [/code]

Member Avatar for rowly
0
347