- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Hi, How are you??? I need help with ubuntu I installed ubuntu9.10 just before few days and I am newbie in ubuntu and linux I have problem with activate the wireless network If I connect the caple, it works, but wireless doesn't work I tried to install wicd instead of …
Hi, Use [COLOR="Red"]"or"[/COLOR] not "and" in if statement [CODE]if(size == 's' || size == 'S')[/CODE]
You can do it this way [CODE] #include <iostream> using namespace std; int main(){ int count = 0; char a[10] = {'a','b','c','d','e','f','g','h','i','j'}; char b[10] = {'a','b','c','d','e','f','g','h','i','j'}; for(int i = 0; i < 10; i++) { if(a[i] == b[i]) count++; else count = 0; } if (count == 10) cout << …
I had a problem like this and I found that this was due to the antivirus program which I have If you need Microsoft Visual C++ 6, I can send u I think it is the best compiler Good luck
main function should return a value [CODE]int main() { . . . . . . return 0; }[/CODE] double calc_average(ifstream& fin) [CODE]double calc_average(fin)[/CODE]
You can use while [CODE]while (itemOrdered != 'x') { switch(itemOrdered) { . . . } } [/CODE]
QUOTE=UKmason;1024892]***************************************************** Try this [CODE]#include<iostream> using namespace std; int main () { int oil_change = 25; int air_filter = 15; int chassis_lube = 10; int vac_and_glass = 20; int total = 0; char answer; cout << endl; cout << " Welcome to the car service shop! " << endl; cout << …
The End.
alg