Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for addicted
Member Avatar for jenymaru08

elow I'm trying to create a program that will display the output : [code] * ** *** **** [/code] please help me [code=c] int main() { for(int i=0;i<=7;i++) {for(int j=0;j<=i;j++) cout<<'*'; for(nt k=0;k<=i;k++) cout<<' '; [/code] then what next its only give the output [code] * ** [/code] please help …

Member Avatar for EMDArellano
0
117
Member Avatar for jenymaru08

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

Member Avatar for Evenbit
0
77
Member Avatar for jenymaru08

Please help me how you will make a program that using structure with a structure ?? example please struct data { char name; int age; } how will you make your structure be in within structure ??? and please kindly explain what this mean ppre->link=ploc->link ? ? ? ?

Member Avatar for hu_is_anonymous
0
138
Member Avatar for jenymaru08

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 on blue color where the maxima,minimum and close there is …

Member Avatar for Fungus1487
0
97
Member Avatar for jenymaru08

i tried but it did not work.....please help me [code=cplusplus] #include <iostream.h> #include <conio.h> int length_str(char word[]); char cat_str(char word1[], char word2[]); void main() { clrscr(); char word[50],word1[50],word2[50]; int choice,z,y; do{clrscr(); cout<<"\t\tSELECT YOUR CHOICES" <<"\n\t [1] - tells number of characters the string has" <<"\n\t [2] - Concatenation of string" …

Member Avatar for ChaseVoid
-1
132
Member Avatar for jenymaru08

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 list and if you have any recommended site that explaining what is linked list …

Member Avatar for WolfPack
0
70
Member Avatar for jenymaru08

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 last letter of you input will come first then follows example: …

Member Avatar for hinduengg
0
92
Member Avatar for jenymaru08

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 needyour helpfor my preparation for my exam [code]#include <iostream.h> void fibonacci(int, int&. int&); int …

Member Avatar for Ancient Dragon
0
90
Member Avatar for jenymaru08

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 [code]#include <iostream.h> void fibonacci(int, int&. int&); int main() { int num1=0, num2=1, num, fibo; cout<<"Enter number …

Member Avatar for thekashyap
0
92
Member Avatar for jenymaru08

how to make a program which the out put is: enter n=5 [code] 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 [/code] this is the code i use but an error occur [code=c] …

Member Avatar for meiyantao
0
177
Member Avatar for jenymaru08

elow can i ask what is the purpose or use of iomanip in C++ ? thanks

Member Avatar for vijayan121
0
122
Member Avatar for jenymaru08

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 ofthe input(1000-3000)limit inclusive example input:1525 output: one thousand five hundred twenty-five i …

Member Avatar for ndeniche
1
125