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
~10.5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

12 Posted Topics

Member Avatar for bemo55

this is also my problem.. but is it possible to store names in an array using strcpy?

Member Avatar for jcmoney1010
0
9K
Member Avatar for vivekpriyadarsh
Member Avatar for moonw3ll

Just what is wrong with this simple code of mine? [CODE]#include<stdio.h> #include<string.h> #include<stdlib.h> main() { int i=0, num; char a[8]; char keyword[8]; system("cls"); while(i<8) { num = rand()%3; if ( num == 0 ) a[i] = 65 + rand()%26; /* 65 is the ascii value of A */ else if …

Member Avatar for moonw3ll
0
242
Member Avatar for moonw3ll

Will atoi() convert the convertible characters in a string? I mean, in this problem, [code=c]post[20]="822*/3+2"[/code], if i write [code=c]atoi(post)[/code], will it convert the numerical characters to int? And how about the operators?

Member Avatar for gerard4143
0
88
Member Avatar for moonw3ll

[CODE]strcpy(post[j],in[x]);[/CODE] Just what is wrong with this code of mine? in[x]='4' But it doesn't copy the value to post[j]

Member Avatar for abhishek das
0
115
Member Avatar for moonw3ll

My question is: If i'm the customer, how can i edit the quantity shown on the overview so that i can afford to pay the totalprice(if i've ordered too much) and delete some on the overview if i want to delete it(really short on money). And if i'm the owner …

Member Avatar for moonw3ll
0
259
Member Avatar for arthur.suneel

dont just ask for help, make ur own code, we'll help you debug.

Member Avatar for moonw3ll
-1
63
Member Avatar for mizzwaniez

yours is like mine.. but sorry, if you don't show effort, nobody will help you.. Godbless!

Member Avatar for moonw3ll
0
97
Member Avatar for moonw3ll

[code] #include <stdio.h> #include <string.h> #include <conio.h> #define MAX 17 #define TAX_RATE 0.12 #define LENGTH 30 struct menuItemType { char menuItem[LENGTH]; float menuPrice; int numOrdered; }theMenu[MAX]; void Menu(void); int getData(int); void overView(void); void initialize(void); int order(void); float pbill=0; float bill=0; float totalTax=0; int main(void) { int choice=0; char end; initialize(); …

Member Avatar for moonw3ll
0
166
Member Avatar for gayatridas

is it your assignment? i've already solved that problem.. it's a quiz last january.. hmm.. use only loop. I won't give you the code =))

Member Avatar for moonw3ll
0
148
Member Avatar for moonw3ll

i am Brian D. Tinampay, a first year student of Mindanao University of Science and Technology taking up Bachelor of Science in Information Technology in Cagayan de Oro City. I am a former computer game addict that eagerly wants to learn more about computer programming. Our schedule is only once …

Member Avatar for moonw3ll
0
113
Member Avatar for moonw3ll

I'm new in programming, i really really want to learn and i think i can learn faster if someone will give me problems so that i can answer them without asking for help from others. Now, i learned loop last week so i think i'm on for making programs. I …

Member Avatar for moonw3ll
0
264

The End.