Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~1K People Reached
Favorite Tags
wifi x 10
c++ x 7

7 Posted Topics

Member Avatar for alg

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 …

Member Avatar for chmod
1
359
Member Avatar for fraandres

Hi, Use [COLOR="Red"]"or"[/COLOR] not "and" in if statement [CODE]if(size == 's' || size == 'S')[/CODE]

Member Avatar for alg
0
106
Member Avatar for StaticX

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 << …

Member Avatar for Dave Sinkula
0
118
Member Avatar for nick1188

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

Member Avatar for alg
0
116
Member Avatar for jascase901

main function should return a value [CODE]int main() { . . . . . . return 0; }[/CODE] double calc_average(ifstream& fin) [CODE]double calc_average(fin)[/CODE]

Member Avatar for alg
0
151
Member Avatar for gtrippleb

You can use while [CODE]while (itemOrdered != 'x') { switch(itemOrdered) { . . . } } [/CODE]

Member Avatar for gtrippleb
0
124
Member Avatar for UKmason

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 << …

Member Avatar for alg
0
126

The End.