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.

~843 People Reached
Favorite Forums
Favorite Tags
c x 14
Member Avatar for jayzee1989

So yeh, I'm kind of new to c :). So, as far as I know, and array initialized to 0 will stay at 0 unless something is stored by some other function or command. so I have and array here(imgSet) that when I tell my program to print out elements …

Member Avatar for jayzee1989
0
143
Member Avatar for jayzee1989

so, im trying to setup a rule that would "update" lower array indexes with higher ones if the array is full and something needs to be stored ex( [ICODE]imgSet[x]=imgSet [ x + 1])[/ICODE]) but I get ''[B] error C2106: '=' : left operand must be l-value[/B]' I try moving items …

Member Avatar for Momerath
0
234
Member Avatar for jayzee1989

So, have a program I'm working on and so far things seem like they are going like they are supposed to except one thing. When I print the menu for the user and they input something, if the input is not the input for exiting the program, it prints the …

Member Avatar for jayzee1989
0
121
Member Avatar for jayzee1989

So, i have to create a program to work with a menu and run differect functions with different letters used as commands, but I cant get my program to correctly Identify if a menuinput is the same as a letter or the other. Here I keep using the letter L …

Member Avatar for WaltP
0
134
Member Avatar for jayzee1989

so im begining some project, and to try to check my work im trying to print out results as of point x to see whats going on. I just started and im already stuck, and I cant find any reason why I am getting an error. Here im trying to …

Member Avatar for jayzee1989
0
105
Member Avatar for jayzee1989

So I have an assingment that I am stuck on -_- So I am supposed to create a code that "tests" out a range of integers and determine the perfect squares(4,16,25, etc) within the range without using square root calculations and using a function. I have written the following, and …

Member Avatar for TrustyTony
0
106