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
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~22.1K People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for mrmonkee

[code=C++] #include <iostream.h> int main() { char word[32]; int x = 0; cout << "Please enter the word (maximum 32 characters):\n"; cin >> word; cout << "The ASCII for this word is:\n"; while (word[x] != '\0') // While the string isn't at the end... { cout << int(word[x]); // Transform …

Member Avatar for erim.aljerrah
0
20K
Member Avatar for bobbuilder67

Hello everybody, I am trying to communicate with a Vitamin Scanner from a computer, which connects via Comm port. It should do the equivalent thing of opening up 'Hyper Terminal', typing in 'a', hitting enter, then typing in '?I', enter, 'S', enter, and a long list of integers shows up …

Member Avatar for sarah_10
0
2K
Member Avatar for bobbuilder67

Hello Everybody. Does anybody here know of a good IDE to begin using directx programming in c++? I'm currently checking out eclipse, but I don't know how to get directx to work easily. I've been told Dev-c++ does the job but it doesn't work on my machine. Please help!

Member Avatar for Salem
0
169
Member Avatar for bobbuilder67

Hello Everybody, For a sorting project I'm working on, I have a string array, with 50 values. I need to convert each string in the array to a two dimensional char array. For example, Let's say there is a string array[50]. Each position in the array has a name in …

Member Avatar for Fbody
0
115
Member Avatar for bobbuilder67

Hi guys, I've been programming for probably a year or so, I'm on my 3rd quarter of C++ and I have 2 quarters of Java under my belt, also I've taught myself lots of HTML and a smi. I have a non profit site at SNIP

0
36
Member Avatar for bobbuilder67

Hello everybody, For a project my dad has enlisted me in, I am to be able to communicate with a Vitamin Scanner from a computer. To illustrate, he opened 'Hyper Terminal' (should come with most Windows computers). He set up a communication using the program, and told me the baudrate, …

Member Avatar for bobbuilder67
0
437