Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
2 Commented Posts
0 Endorsements

9 Posted Topics

Member Avatar for 143wena

hi i'm also a newbie in the programming world and i tried to make the work.. here's my work.. just try to edit it to the output that you want.. here's the sample of a payroll program: //Employees Payroll Program i[CODE]nclude<iostream> using namespace std; int main() { char FName[15]; char …

Member Avatar for Aldrin_3
0
698
Member Avatar for thug line

hello people! i need some help in making a date in date out in my program and it really gives me a "real-time" headache. the problem is, it is possible to put some warning if for example the "client" has already overstayed it accomodations. and i really have no idea …

Member Avatar for AndreRet
0
90
Member Avatar for thug line

zup pipz?? i want to create a anti virus using batch file.. our school got a lot of virus that ruin my usb.. please help me.. thx alot in advance.. PM me.. ™Thug Line™

Member Avatar for Sky Diploma
-2
156
Member Avatar for novu

are you using a on-board or a installed card?? if your using a installed card try to use the on-board and vise versa.. if you tried it then may be your on-board or graphic card broke down or your ram might be damaged that's why you have no display..

Member Avatar for thug line
0
85
Member Avatar for xfreebornx

hi.. please try this one.. im not sure if this is what you wanted but i hope this code can help you.. #include<iostream> using namespace std; int main() { float a,b,c; double x; // x = average of a,b,c cout<<"Insert 3 Average: " cin>>a; cin>>b; cin>>c; x = (a+b+c)/3; cout<<"The …

Member Avatar for thug line
0
95
Member Avatar for buzzkilz

hi if you're having a hard time with your pc in using xp try to uninstall all the antivirus and spywares that you have and just put USB DISK Security as an antivirus that works for my xp, I'm not sure if it will work on you. so just try.. …

Member Avatar for kaninelupus
0
149
Member Avatar for zippy da monkey

if you are a windows user then try to remove it manually.. try these steps: >go to tools >folder options >go to view >show hidden files and folder >then uncheck the hide operating system files > then go to the folder where the virus is detected >find Trojan.Clampi >delete the …

Member Avatar for jholland1964
0
143
Member Avatar for bharatsinh

[code=cplusplus]#include<conio> using namespace std; #include<stdio> using namespace std; #include<iostream> using namespace std; void main () { int a; for(a=1;a<=10000;a=+1); {printf("101");} getch(); }[/code] hope this would help you eventhough it is not the output that you wanted.. just try to edit it and maybe you will get the output that you …

Member Avatar for mrnutty
0
147
Member Avatar for Pamella

i hope this codes will help you or somehow will give you idea on how to manipulate looping and conditional programs that you will make. Conditional statements - is a feature of programming language which perform different computations or actions depending on whether a programmer specified condition evaluates to true …

Member Avatar for Pamella
0
99

The End.