Forum: C Oct 13th, 2009 |
| Replies: 16 Views: 370 OKAY IT WORKS! heres the code that works THANKS TO ALL!
#include <stdio.h>
/*pre-defined processor statements*/
#ifndef __OPERATION__
#define __OPERATION__
#define TOTAL 0
#define... |
Forum: C Oct 13th, 2009 |
| Replies: 16 Views: 370 i think someone else pointed that out, i think im gonna use this..
scanf("%c", &operation2);
fflush(stdin);
also fflush(stdin) is the only way my teacher taught us how to make user inputs... |
Forum: C Oct 13th, 2009 |
| Replies: 16 Views: 370 I want to print the operation of num1 and num2 using eithor addition, subtraction, multiplication, division, or modular, in my case, i need to use the case switch . |
Forum: C Oct 13th, 2009 |
| Replies: 16 Views: 370 I know my problem is within the SWITCH CASE!! |
Forum: C Oct 13th, 2009 |
| Replies: 16 Views: 370 im just so stressed and having a mind block.. i have code please help
#include <stdio.h>
/*pre-defined processor statements*/
#ifndef __OPERATION__
#define __OPERATION__
#define TOTAL 0... |
Forum: C Oct 11th, 2009 |
| Replies: 2 Views: 470 #define ADDITION = addition
#define SUBTRACTION = subtraction
#define MULTIPLICATION = multiplication
#define DIVISION = division
#define MODULAR = modular
#endif
int main() {
int... |
Forum: C Oct 4th, 2009 |
| Replies: 3 Views: 269 you have to make a variable name(s) for the array with 10 bytes in the memory, then use scanf if you want for asking the user for the input, then, all you have to do for the sum, average, highest,... |
Forum: C Oct 4th, 2009 |
| Replies: 4 Views: 204 OKay here is the edit, where i pretty much think i fixed it up to the way you showed me, i hope i can get some responce cause im still getting an error.. thank you
#include <stdio.h>
#ifndef... |
Forum: C Oct 4th, 2009 |
| Replies: 4 Views: 204 Thanks for the help, ill try to figure out my work from yall's help |
Forum: C Oct 4th, 2009 |
| Replies: 4 Views: 204 #include <stdio.h>
#ifndef __CHARCODES__
#define __CHARCODES__
#define LETTER 1
#define NUMBER 2
#define SYMBOL 3
// sub-type codes
#define VOWEL 4
#define CONSONANT 5 |
Forum: C Sep 23rd, 2009 |
| Replies: 9 Views: 291 int main() {
int assignment1[30]; " ";
int assignment2[30]; " ";
int assignment3[30]; " ";
int assignment4[30]; " ";
int assignment5[30]; " ";
int assignment6[30]; " ";
int... |
Forum: C Sep 22nd, 2009 |
| Replies: 9 Views: 291 i need to know how to make a mathmatical equation with all of those variables |
Forum: C Sep 22nd, 2009 |
| Replies: 9 Views: 291 int main() {
int assignment1[30]; " ";
int assignment2[30]; " ";
int assignment3[30]; " ";
int assignment4[30]; " ";
int assignment5[30]; " ";
int assignment6[30]; " ";
char totalPoints... |
Forum: C++ Sep 15th, 2009 |
| Replies: 3 Views: 148 what language, is this just pseudo code?, what do yo umean help with that? you want someone to write a program for you that displays those characters in a window or console? |
Forum: C++ Sep 14th, 2009 |
| Replies: 8 Views: 428 I wasn't the perfect student in highschool, but the I.T. field still seemed really cool, there wasn't to many techy kind of people in my school but the computer is where i spent a lot of my time, I... |
Forum: C Sep 13th, 2009 |
| Replies: 2 Views: 221 |
Forum: C Sep 13th, 2009 |
| Replies: 2 Views: 221 I am just starting out in C, i am doing this from what i remembered from the class i take and i just cant find whats wrong with this#include <stdio.h>
int main() {
char lol[30] = ("hello... |
Forum: Java Jan 4th, 2009 |
| Replies: 5 Views: 768 hey thanks peter, your alot of help for me.
and i have a verizon ..LG-VX8300 |
Forum: Java Jan 3rd, 2009 |
| Replies: 5 Views: 768 is there any place i can find some Open Source cell phone code written in Java, where i can use a IDE and check it out and maybe even test it on my phone? |
Forum: Java Dec 25th, 2008 |
| Replies: 25 Views: 1,632 i define it as a number list, you dont even seem to see what i am talking about.
besides that, ur also sending me other stuff, i didnt ask for, that does not mean i am not interested in trying... |
Forum: Java Dec 25th, 2008 |
| Replies: 25 Views: 1,632 i feel tension between the discussion of what is a number list, and what you dont "beleive exists"
example of number list
1.
2.
3.
4.
5.
ect.. |
Forum: Java Dec 25th, 2008 |
| Replies: 25 Views: 1,632 It makes sense to me
If you look at the code, you sent to me, it has a Number List.
My question was do i Add those numbers such as 1, 2,3,4,5,6 ..ect.
or do i disinclude them? |
Forum: Java Dec 24th, 2008 |
| Replies: 25 Views: 1,632 so, how am i gonna run that sort of code, with out the Number list? |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 THank you, i hope that wasnt to much effort, you put into this. ill try compiling that, and then running it, and see what happens lol. |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 not again..i mean for the first time |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 What ever should i do to make it run again? |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 yes please, if it will run correctly, and show what it sopose to show.
AND could you also tell me what i did wrong , and what u did to correct it |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package MyGame;
import javax.microedition.lcdui.Display;
import... |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 I have Netbeans IDE 6.1 opened for you ATM. |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 K wanna tell me how to send u code, and stack trace for errorss, ill be happy to follow ur instructions |
Forum: Java Dec 23rd, 2008 |
| Replies: 25 Views: 1,632 K its been like two months since i posted this, i havent really gotten any far, i was using http://devlinslab.blogspot.com/2007/10/getting-started.html for some sort of Java based cell phone... |
Forum: Java Nov 13th, 2008 |
| Replies: 25 Views: 1,632 ok! BIG HELP ill see how i can manage all of this, with my school standing on my path |
Forum: Java Nov 13th, 2008 |
| Replies: 25 Views: 1,632 ok i have been reading around and J2ME seems like it may be a good start to writing a program/game on a cell phone. |
Forum: Java Nov 13th, 2008 |
| Replies: 25 Views: 1,632 Hello, i have a few questions regarding - writing software and using that software in my cell phone.
-Which language is best for cell phone software?
- Can i use java, and would that be the... |
Forum: Community Introductions Nov 1st, 2008 |
| Replies: 2 Views: 345 :) I am brand new with computer language, and hope to strive in a language that i like, i am have started just alittle bit of learning java, and would love to move on to the next steps in programing... |