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
~751 People Reached
About Me

in my sig :P

Interests
C++ (favorite language) Visual Basic objective-c soccer guitar bass anything with strings on it XD
PC Specs
MacBook Pro 13" 160GB SATA HDD, 2GB DDR3 RAM, 2.26GHz intel 2 core processor partition 1 (110GB)…
Favorite Tags
Member Avatar for flyingguitar

Hey Guys, I'm having some trouble compiling my code. it says that there's an error in one of apple's header files. /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk/usr/include/arm/_types.h:13: error: expected constructor, destructor, or type conversion before ‘typedef’ nvm, solved

Member Avatar for flyingguitar
0
107
Member Avatar for tquiva

I'm currently trying to edit this program so that it would read 4 inputs on the first line of data, instead of one. All other lines contains just 1 input. I created a program to assign a letter grade to an integer score. This was my first data file: [CODE]95 …

Member Avatar for Aia
0
149
Member Avatar for newsguy

Would you back Avatar (the movie) or [URL="http://www.daniweb.com/news/story248510.html"]Modern Warfare 2[/URL] (the game) to win a fight for the biggest grossing entertainment blockbuster of the last six months? Given that Avatar has already stormed up the biggest movie blockbuster list to sit comfortably near the top as the second biggest grossing …

Member Avatar for Abdullah Baig
2
401
Member Avatar for flyingguitar

ok, so I have the following code. [CODE]#include <iostream> using namespace std; int main() { char name[80]; cout << "\n\nEnter your name: "; cin >> name; cout << name; return 0; }[/CODE] but here's the problem. whenever I enter a space in the name, everything after the space doesn't appear …

Member Avatar for flyingguitar
1
94