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

The father of C++, Bjarne Stroustrup took part in a live Q&A via Google Hangout-On-Air. The Q & A was moderated by Patrick S, one of the moderators from the C++ Google+ Community, and Brad Y., of Pearson Ed/InformIT. The Q&A session was a public event. PS:This is not your …

Member Avatar for HiHe
0
209
Member Avatar for VShaw12

Hi i take a project of my client said that you have to develope this project by using Code Igniter and Yii.. I don't Know what are these .. please tell me some thing about these but in simple ..

Member Avatar for mattster
-5
235
Member Avatar for faultybits

Hello all, I go by the nickname faultybits and I am glad to have joined your community. I just enrolled at the local Faculty of Computer Science and Engineering, in the field of Computer Networks Technologies. Since I am not very familiar with computer networks, my plan is to focus …

Member Avatar for mattster
0
139
Member Avatar for jumarevans

After i upgraded my win7 OS to win8, i found out that my audio output device is not installed.i tried installing realtek and other audio driver but still it is not fixed...please help me with this problem??? Here's my motherboard type: ASRock G41M-VS3....

Member Avatar for aidan29
0
178
Member Avatar for micheletsigab
Member Avatar for Hiroshe
0
105
Member Avatar for faisaljvd

I am new to C++. Can somebody help me in this problem how can i evaluate and print the largest number from a series?

Member Avatar for faultybits
0
110
Member Avatar for Erick02

#include<stdio.h> #include<conio.h> void main() { int i,n,j; clrscr(); printf("\n Please Give The Value of N: "); scanf("%d",&n); for(i=n;i>=1;i--) { for(j=i;j>=1;j--) printf("%d ",j); printf("\n"); } getch(); system ("pause"); return 0; } `Inline Code Example Here`

Member Avatar for faultybits
0
435