Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to report the cumulative sum of the entries to date. Th
Converting numbers to months problem in program for counting no of chars using pointers constructor ? Why will this program not run if the variables are not global? how to get sn motherboard Big O & time complexity ??? Taylor Series Function The repetition structure: the while statement not working Bit manipulation program with binary operations pointer 102 question Give me all your tricks for minimizing jar file size How to implement HTTP connection timeout How do I create a 2D game "camera" to follow player? Ball movement Automatically Detect Phone Model for WAP Jar Deployment recrawling socket communication between c++/java and sending image Serial number of exernal hard disk/Thumbdrive LinkedList help
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
#include
Hi all, I was trying to make a program which counts number of chars in a string using concpt of pointers. Following is the code:
#include
i have written this program and made 3 constructors in the class and i want to call them in the main and i cant can any one help me and tell me how co
Hey guys I have a kind of perplexing situation that is probably simple, but I can't seem to understand something. I have this code here that is basica
Hello.
I want to get serial number motherboard, cpu and else hardware.
Can You show me samples.
I edit post ;-)
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program please?
So I am working a a project for my intro C++ class, and I am having some trouble with a function for approximating exp(x) using a taylor series. The t
New programming student, have assignment as follows:
A restaurant has 4 lunch combos for customers to choose:
Combo A : Fried chicken with slaw [
My homework is to create a program to scan in and add binary numbers and print them like so
Enter a binary number: 1
sum = 1 decimal 1 hex an
I read a book
123456789101112
int main()
{
int i;
f(&i);
cout << i;
return 0;
void f(int *j)
{
*j = 100;
}
}
I don't
Hi, I'm coming close to releasing my J2ME game... I am kicking up against the 64k size barrier which I have imposed as a maximum size for my game. I w
Hi All,I would like to implement an HTTP connection timeout.I am working on a application which uses HTTP connection, but the problem here is that the
In J2ME programming I'm targeting MIDP 2.0 devices.I'm using gamecanvas and I was thinking that I could create my full world (640 x 480) using a Tiled
I want to move a ball from one point to another and it should hit a group of balls at the other end and scatter them.Could You kindly explain with sa
Making a wap site is fairly simple, but I'd like to know if there's a way to make it so that the wap site automatically detects the phone model and de
Can anyone suggest me how may i know a page is updated before it is being downloaded, so that i can recrawl it.although i have used page info but that
hi, i have a class in c++ called win32_sockserver which creates socket to java. i am trying to send image c++ to java and using the most basic method.
Hi guys,
I am new tio java networking concepts.Please tel me how to get Serial
number of exernal hard disk/Thumbdrive using java code.and it shoul
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a few issues:Here is the project. Create a lovely po