Forum: Assembly Oct 15th, 2008 |
| Replies: 1 Views: 631 elow guys, i jut wanna ask if you have any program that have a mouse driven application in assembly languange
any suggestion,what program to create ??
thanks a lot |
Forum: C++ Feb 6th, 2008 |
| Replies: 3 Views: 4,489 Please help me how you will make a program that
using structure with a structure ??
example please
struct data
{
char name; |
Forum: Windows Software Dec 10th, 2007 |
| Replies: 13 Views: 1,584 i really dont know what to do...i can remove that malware or virus
when i try Downloading ccleaner it just prompt afterward it gone,it just like a pop up.....
ccleaner is also the same with... |
Forum: Windows Software Dec 10th, 2007 |
| Replies: 13 Views: 1,584 ok how to safe mode my PC ?? ?
thanks |
Forum: Windows Software Dec 8th, 2007 |
| Replies: 13 Views: 1,584 oops there's a problem again why i can't access the task manager,it say it is disabled how can i enable that ?huhuhuhu please help |
Forum: Windows Software Dec 7th, 2007 |
| Replies: 13 Views: 1,584 elow everyone
i need help about my yahoo messenger,it seems it has a virus how can i remove the virus? ?
and i got also problem about my IE homepage it seems it has a spyware or a virus
because... |
Forum: C++ Oct 14th, 2007 |
| Replies: 8 Views: 3,441 you are required not to use the strcat and other syntax using the header file string.h
it must be a array
please help me....need it badly |
Forum: C++ Oct 13th, 2007 |
| Replies: 8 Views: 3,441 i tried but it did not work.....please help me
#include <iostream.h>
#include <conio.h>
int length_str(char word[]);
char cat_str(char word1[], char word2[]);
void main()
{
clrscr();
... |
Forum: C++ Jul 12th, 2007 |
| Replies: 1 Views: 755 Please help me
what is linked list in C++?i need to know this because we have a report about this topic....i really dont have any idea on this..
please kindly give me a detail about linked... |
Forum: C++ Jun 13th, 2007 |
| Replies: 6 Views: 889 how i will find the last character??what is that code ? ? ? ? |
Forum: C++ Jun 13th, 2007 |
| Replies: 6 Views: 889 please help me i really need this badly
i'm trying to write all the possible code but the outcome i needed is not right
i write a program that you input a string then the output will be the... |
Forum: C++ May 25th, 2007 |
| Replies: 4 Views: 800 oops theres an error again
1. misplaced else
2.unreachable code
3. parameter fibo is never beeb use?
please help....i'm really stuck
i reallly dont know what to do |
Forum: C++ May 25th, 2007 |
| Replies: 4 Views: 800 #include<iostream.h>
#include<conio.h>
void fibonacci (int&,int);
int main( )
{ clrscr();
int num;
cout<<"Enter a number: ";
cin>>num;
cout<<"The fibonacci of "<<num<<"is: ";
... |
Forum: C++ May 25th, 2007 |
| Replies: 4 Views: 800 i dont know if this code is right because i'm trying to create a program that display the fibonacci value of a number with FUNCTIONS combining pass by the VALUE and pass by REFERENCE
please i... |
Forum: C++ May 25th, 2007 |
| Replies: 1 Views: 604 i dont know if this code is right because i'm trying to create a program that display the fibonacci value of a number with FUNCTIONS combining pass by the VALUE and pass by REFERENCE
#include... |
Forum: C++ May 17th, 2007 |
| Replies: 9 Views: 2,613 in the first code actually i cant say its an erro but error in the codebecause when i try to run it
the output is
1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1
1 1 1 1 1
1 1 1
... |
Forum: C++ May 17th, 2007 |
| Replies: 9 Views: 2,613 how to make a program which the out put is:
enter n=5
1 2 3 4 5 4 3 2 1
2 3 4 5 4 3 2
3 4 5 4 3
4 5 4
5
this is the code i use but... |
Forum: C++ May 16th, 2007 |
| Replies: 4 Views: 3,273 thanks for the reply its work so you should first cout the space before the asterisk
wow thanks a lot,can i ask ,if you can also use the iomanip.h? for setw? |
Forum: C++ May 15th, 2007 |
| Replies: 4 Views: 3,273 elow I'm trying to create a program that will display the output :
*
**
***
****
please help me |
Forum: C++ May 1st, 2007 |
| Replies: 1 Views: 3,802 elow
can i ask what is the purpose or use of iomanip in C++ ?
thanks |
Forum: C++ May 1st, 2007 |
| Replies: 19 Views: 18,365 |
Forum: C++ Apr 28th, 2007 |
| Replies: 4 Views: 896 Elow, I'm new member of this forum and also new in C++.I'm just start to learn it
I need help.....i want to write a program that will ask the use an integer number and output the word equivalent... |