Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags
Member Avatar for qwest21

Hi everyone, I know you must have heard this from every one else but i need some guidence on my final year project...... I have to develop a software to do e- ordering on a fast food store, i need help on whats the best programming language i can use …

Member Avatar for peterbyrne
0
132
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 peterbyrne

I wanted to be able to interrogate an Excel spreadsheet and programmatically save all the worksheets as text files (.csv). I succesfully managed to do this using the .NET COM interop Excel collection of interfaces but even though this works beautifully I thought it would be nice if I could …

Member Avatar for peterbyrne
0
134
Member Avatar for lalalu

im trying to create a structure that contains an array of structures but i keep getting error when compiling the code (corrupt stack). just to make sure, is my struct code correct? [code] typedef struct status *StatusPointer; struct status { int item; }array[MAX_NUM]; typedef struct allStatus *AllStatusPointer; struct allStatus { …

Member Avatar for lalalu
0
982
Member Avatar for THK

[B]public Plane(String FlightNumber, String Location)[/B] [B]can i use 2 strings ...?[/B]

Member Avatar for THK
0
83
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 kathy78

Hello, I'm very new to .net so please be patient w/me. I'm using C# in VS2005. I have the following in my login.aspx page for the button [B][U]login.aspx[/U][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]tr[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]td[/COLOR] [COLOR=#ff0000]align[/COLOR][COLOR=#0000ff]="center"[/COLOR] [COLOR=#ff0000]colspan[/COLOR][COLOR=#0000ff]="2">[/COLOR] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Button[/COLOR] [COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Submitbtn"[/COLOR] [COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR] [COLOR=#ff0000]Text[/COLOR][COLOR=#0000ff]="Log In"[/COLOR] [COLOR=#ff0000]ValidationGroup[/COLOR][COLOR=#0000ff]="Login1"[/COLOR] [COLOR=#ff0000]BackColor[/COLOR][COLOR=#0000ff]="DarkGray"[/COLOR] [COLOR=#ff0000]Font-Bold[/COLOR][COLOR=#0000ff]="False"[/COLOR] [COLOR=#ff0000]ForeColor[/COLOR][COLOR=#0000ff]="Black"/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]tr[/COLOR][COLOR=#0000ff]>[/COLOR] This is the code behind. Somehow when …

Member Avatar for kathy78
0
113
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