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 Forums
Favorite Tags

12 Posted Topics

Member Avatar for Church

Well i was looking in the paper the other day and they have this Word puzzle with a bunch of letters used to figure out what the quote of some famous guy was. Basically they take every letter of the alphabet and just change them and print it out and …

Member Avatar for NeoKyrgyz
0
245
Member Avatar for Demonisya

[QUOTE=Demonisya;736433] * *** **** ****** [/QUOTE] Here you go: [CODE] int main(){ int stars=1; for(int a=0;a<2;a++) { stars++; for(int b=1;b<stars;b++) { cout<<"*"; } cout<<endl; stars+=2; for(int b=1;b<stars;b++) { cout<<"*"; } cout<<endl; } system("pause"); } [/CODE] that was actually kind of fun, this is the kind of thing you're supposed to …

Member Avatar for Demonisya
0
175
Member Avatar for Church

i'm trying to put a function call inside of a function call: [CODE]switch_statement(menu());[/CODE] switch_statement is a function call and so is menu. I want what menu is returning to go into switch_statement but i kinda don't want to bother making a new variable just for this task.. So is it …

0
93
Member Avatar for Church

I was wondering if i could display multiple colors at the same time in a dos window? i'd imagine it's possible.. don't they do that in those BBS games? Just curious..

Member Avatar for Ancient Dragon
0
68
Member Avatar for Church

how do i make a string variable into an integer variable. something like: number = String i've always only converted it from a textbox now i'm having trouble using variables.. not sure why it's different.. [CODE] monthtxt = Mid(CardLength, 1, countnum) yeartxt = Mid(CardLength, i + 1, Yearstart) isvalid = …

Member Avatar for Church
0
112
Member Avatar for Church

I read my text file into a string with something like [CODE]String = My.Computer.FileSystem.ReadAllText("textfile.txt")[/CODE] now the text in the file looks something like xxx xxxx xx xxxxxxx xxxx xxxxx and i have to seperate everything into several arrays.. which really wouldn't be a problem but i can't seem to figure …

0
78
Member Avatar for Aaron H
Member Avatar for jbennet
0
89
Member Avatar for Church

I was wondering what i would have to do if i wanted to Write a program in Visual Basic but wanted to do some calculation(as to make it quicker) in C? Like say i wanted to fine the average of.. bah a few hundered thousand numbers in an array. So …

Member Avatar for cld~dotdot
0
96
Member Avatar for SurviBee

I Wrote that Program To!!! i really hated it though :( Anywayz can't help you sorry.. just brought back memmories.

Member Avatar for vijayan121
0
249
Member Avatar for Church

// sorry i accidentally posted this in VB.Net earlier.. in case you saw it before. thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables …

Member Avatar for Church
0
107
Member Avatar for Church

thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables from the forms back to the original page, and then back to a different form …

Member Avatar for Church
0
119
Member Avatar for Church

well i'm a bit of a beginner programmer.. i've taken a few classes but every time i look at a piece of code i get lost easily. But i do have a question.. I was reading this visual basic book and there was this thing about listing all of these …

Member Avatar for Church
0
115

The End.