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
~516 People Reached
Favorite Forums
Favorite Tags
c++ x 10
Member Avatar for austinslik

please help me in finding what is wrong with my array... its not sorting thanks, thanks. [code=c] int main(){ int i,j,x,y; int unsort[10] = { 34, 76, 12, 1, 56, 23, 65, 9089, 45, 63 }; //int sort[10]; for (i = 0; i < 10; i++){ cout<<unsort[i]<<" "; } for …

Member Avatar for austinslik
0
119
Member Avatar for austinslik

can any body convert this to switch statement thankxxxx.. [CODE=cplusplus] public char CheckDir(int row, int col, int selectedX, int selectedY) { if (row == selectedX) { if (col - selectedY == -2) { return 'd'; } //DOWNWARDS else if (selectedY + 2 == col) { return 'u'; } //UPWARDS } …

Member Avatar for austinslik
0
130
Member Avatar for austinslik

Hello can anyone give me an idea of a project that I can do on C++ Please can you support your advice with something that i can read about it? its ok if not. Thanks, thanks in advance.

Member Avatar for Jishnu
0
126
Member Avatar for austinslik

please tell me what i did wrong in this program... the leapyear is not working. it only shows feb 28 in every year. Thanks alot. #include "stdafx.h" #include <iostream> #include <iomanip> using namespace std; bool leaptest; void calendar(int startday, int month1, int year1); int main() { int startday, month, year; …

Member Avatar for iamthwee
0
80
Member Avatar for austinslik

please tell me what i did wrong in this program... the leapyear is not working. it only shows feb 28 in every year. Thanks alot.

0
61