Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~217 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for Gernicha

Hey everyone!! I am having trouble printing the whole of a multidimensional char array. [CODE] #include <iostream> using namespace std; int main(){ char array [5][10] = {"---------", "| |", "| |", "---------"}; cout << array << endl; system ("pause"); return 0; } [/CODE] It just gives me random numbers and …

Member Avatar for Gernicha
0
181
Member Avatar for Gernicha

Hello everyone, I need to know how to import graphics into C++ (Not visual C++) such as .png, .jpg etc. Also, when I say import I don't mean how to make graphics with C++. Thank you everybody!!!! Regards, Gernicha

Member Avatar for mrnutty
0
36