Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
Member Avatar for Black_Rose

well my problem is that my mic doesn't work...i plug in my headset...into the right place...i can hear stuff but the mic doesn not detect my voice..i am 100% sure i plugged it in right and i tried updating my drivers two...i tried using a different headset....can someone help me …

Member Avatar for stormy2000
0
465
Member Avatar for Pmaster

Hi all, Does Visual basic net support inline c or c++ code and if so what keyword method, etc. ,do I use to do this. Thanks in Advance.

Member Avatar for cwood
1
161
Member Avatar for ellenmack

I had some work done on my old computer and now it will only boot up part way and stop. Since it has a lot of info on it that I want to access and is the only machine I can print from, I would like to have it available …

Member Avatar for yogi_bear_2k2
0
127
Member Avatar for Dani

[b]Handy Linux User Commands [/b] [b]../[/b] represents one directory higher [b]cat filename[/b] display file contents [b]cat stuff1 stuff2 > allStuff[/b] combine files [b]cat someStuff >> allStuff[/b] append to a file [b]cd dirName[/b] go into the directory dirName [b]chmod [permission mode] file[/b] change the permission of a file (4=read, 2=write, 1=execute …

Member Avatar for jackfusion
0
518
Member Avatar for samaru

So, what do you do? What do you like? What do you hate? What are your hobbies? I think we all know that we have computers in common. Some of us are into programming, while others into networking, hardware, etc. But what's the other side of you like? The side …

Member Avatar for Dani
3
6K
Member Avatar for Pmaster

Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused:

Member Avatar for Paladine
0
85
Member Avatar for Pmaster
Member Avatar for jonnie83

I am having a problem with inputs. I can get the input using the cin command but i want to use the input to open a file with the inputs name ie the user types in FRED. cin>>name i want to open a file called fred.txt ifstream in("name.txt"); the above …

Member Avatar for vegaseat
0
106
Member Avatar for flory

Hi, guys I needs someone to help me.I do have difficulties to understand functions in c++. If you can help with more tutorials.I will saved.. Please,even some good web sites where I can practice. Thanking you in advance

Member Avatar for Pmaster
1
193
Member Avatar for Dani

[b]Declaring Objects[/b] When one works with classes, each instance of the class which is defined is known as an object. C++ is an extremely object oriented language (perhaps not so much so as Java, however). In OOP, or Object Oriented Programming, one can easily perform multiple tasks on objects which …

Member Avatar for Pmaster
0
143