Forum: C++ Mar 30th, 2009 |
| Replies: 6 Views: 563 i have the source code for this. It is a basic only
if you want just leave a message.. |
Forum: C++ Mar 24th, 2009 |
| Replies: 4 Views: 232 sorry but i don't need your opinion.. |
Forum: C++ Mar 23rd, 2009 |
| Replies: 4 Views: 232 hi! ^_^
i am very confuse on how to edit an external file?
can someone tell me? |
Forum: C++ Mar 23rd, 2009 |
| Replies: 3 Views: 995 Hi! can someone tell me how to count the number of lines? |
Forum: Geeks' Lounge Feb 9th, 2009 |
| Replies: 68 Views: 104,204 Conquer Online cool game.! jejeje..! |
Forum: Geeks' Lounge Feb 9th, 2009 |
| Replies: 328 Views: 24,421 |
Forum: Geeks' Lounge Feb 7th, 2009 |
| Replies: 328 Views: 24,421 me to! im browsing right now and i am currently listening to fall out boy "america's suitehearts". |
Forum: C++ Feb 6th, 2009 |
| Replies: 6 Views: 740 yes, it should use the pointer to display the output. |
Forum: C++ Feb 6th, 2009 |
| Replies: 6 Views: 740 but how can i use the pointer in here? |
Forum: C++ Feb 6th, 2009 |
| Replies: 6 Views: 740 hi guys..! i need some help on how can i print out the output of my program.. the problem is, it will only print out the first char of a characters and i don't know how to use the pointer using an... |
Forum: C++ Jan 31st, 2009 |
| Replies: 4 Views: 503 for your q1 this is the code that will reverse the digit.. 3 integers, you should modify this to 5 digit..
temp=x;
x=z;
z=y;
y=temp; |
Forum: C++ Jan 31st, 2009 |
| Replies: 8 Views: 481 i think you should use the strlen after you write the output code..
strlen is to count the number of characters.. |
Forum: C++ Jan 31st, 2009 |
| Replies: 2 Views: 2,193 pls show your code so that i can help you..
^_^ |
Forum: C++ Jan 23rd, 2009 |
| Replies: 2 Views: 438 hi guys!
i need help ! what's wrong of this code??
this program will input five names and will output the five names i inputed. but when i run this program and i inputed a five names. It couldn't... |
Forum: C++ Jan 20th, 2009 |
| Replies: 1 Views: 233 i am using an two dimensional arrays... and i inputed five names on it..
anyone can help me on how to output the five names??
i dont need the whole program..
i just need the code...
thnx... ^_^ |
Forum: C++ Jan 16th, 2009 |
| Replies: 6 Views: 1,393 please make you statement a clearly..
you mean, you want to open an folder using a code? |
Forum: C++ Jan 16th, 2009 |
| Replies: 5 Views: 1,038 i thing break is for switch case statement only.. |
Forum: C++ Jan 11th, 2009 |
| Replies: 4 Views: 823 now i got it!! ^_^ thank you very much for helping me guys! it gives me a great info. thanks ^_^ |
Forum: C++ Jan 10th, 2009 |
| Replies: 4 Views: 823 hi!
i have a problem..
i want to make a program the will input your name and age, and the output will count the char i been input. but my problem is i don't know what would be the code so that i... |
Forum: C++ Dec 5th, 2008 |
| Replies: 3 Views: 355 average=a[counter]+b[counter]+c[counter]+d[counter]/12;
can someone can help me? modify to modify this code using an for loop? thanks |
Forum: C++ Dec 5th, 2008 |
| Replies: 5 Views: 355 thanks for helping guys! sorry for i don't use the code tags.. it won't be happen again.. |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 596 sorry im a newbie here.. it won't be happen again.. |
Forum: C++ Dec 5th, 2008 |
| Replies: 5 Views: 355 oopss i still have a problem!!.. What's wrong with my code?
main()
{
int a[4];
int b[4];
int counter,sum=0;
cout<<"JANUARY"; |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 596 oopss i still have a problem!!.. What's wrong with my code?
main()
{
int a[4];
int b[4];
int counter,sum=0;
cout<<"JANUARY"; |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 596 hi!
thanks for your help..
but when i run the program the output is 00.
heres how i write the program:
#include<iostream.h>
main() |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 596 i need a help on how to add the value of an array to another value of an array?
i dont need the whole program.. i just want to know what will i do in order to add the 4 values of an array using... |
Forum: C Nov 14th, 2008 |
| Replies: 5 Views: 451 Show your work first..! and we will help you! |
Forum: C Nov 14th, 2008 |
| Replies: 5 Views: 448 If you want a help.. Try your best.. We're not giving you the exact code. But we will giving you some tips about your problem. |