Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
25% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
1 Commented Post
0 Endorsements
Ranked #27.9K
~18.1K People Reached
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for vorlic

i was told tht from this: int main () { int i,j,vsota; for (i=1; j=10; i<=j; i++) { vsota=vsota+i+j; j--; } system ("pause"); return 0; } i must make it work with while ; but the oruginal doesnt work allso what should i doo??; please any help;? #include <iostream> using …

Member Avatar for marh
0
220
Member Avatar for vicsong93

#include <stdio.h> #include <stdlib.h> #include <string.h> struct account { char AccName[100000]; int Age; float AccBalance; struct account *Next; }; typedef struct account BankAcc; void init(struct Account** headOfList); void insert(struct account **headOfList, char *name, int age, double balance); void remove(struct account **headOfList, char *name ); void print(struct account *headOfList ); void …

Member Avatar for Schol-R-LEA
-1
193
Member Avatar for zandiago

Good day boys and girls. So let me ask you, what are your thoughts on piracy. Such as illegal music download, software & movie piracy? In recent times there has been stiffer penalties for being found guilty of the offense. many people have different arguments for/against piracy. For example, those …

Member Avatar for jon.kiparsky
2
973
Member Avatar for imavp2

Hi. I am new to this forum/community and need help to join multiple result sets in SQL. The last time I used SQL was in 2000. The goal is to provide one single data set result from multiple queries. I have included the code from two queries that I have …

Member Avatar for imavp2
0
119
Member Avatar for ITereza

Hallo all! My name is Tereza, Im 14 and live in Denmark. Rigth now Im about to learn some C and C++, but then I had some problems which I googled. I found this webside and it really helped me, and so I became member :) I have been programming …

Member Avatar for keyboardboy1
0
190