Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
~3K People Reached
Favorite Tags
Member Avatar for Michael_Knight

Hey everyone. It seem's this is the place to post anything we want (within reason) so I thought I would start a thread to find out what your favorite quotes are. I'll start with one of mine (though I have loads more): [B]People always turn away from the eyes of …

Member Avatar for happygeek
0
1K
Member Avatar for raja289

hi same week and am here again with another problem lol and yeah its my homework and am stuck somewhere as 95 % has been finished. Windows Form Application--- using C sharp and SQL server 2008 i made database in SQL server 2008 and using visual basic 2008 C sharp …

Member Avatar for tom_289
0
206
Member Avatar for raja289

Helllo there I am new to programming i am trying to update my checkbox column in a gridview (asp.net)which i cont I can able to get the data 1 or 0 in database and able to update the checkbox as checked or unchecked my code is [code] <asp:TemplateField HeaderText="Available" SortExpression="Available"> …

Member Avatar for kvprajapati
0
120
Member Avatar for raja289

i am a student of HND and doing Networking project but i am stuck in one issue if someone can help me solve it, question is there is a company with 200 workstations and 5 server, i have to tell nature of business = i decided IT support solution there …

Member Avatar for raja289
0
129
Member Avatar for raja289

i am designing a code that will calculate tomorrows date but there is some problem with the code, when i enter year = 2008 or anyother month =12 day = 31 it gives tmorrows date as 1/2/2008 please help and tell me if i can do more improvements thanks [CODE]#include<conio.h> …

Member Avatar for devnar
0
117
Member Avatar for raja289

Everyone please give me ur suggestions about which processor and motherboard is best for Estate company work in London. applications i have to use are following Microsoft office 2007 a Database software and some other applications no work with graphics Thanks Alot

Member Avatar for raja289
0
125
Member Avatar for seemantbisht

My system is not booting. I have replaced RAM and replaced Motherboard and Hard Disk. I have Gigabyte Motherboard with AMD Porcessor and Kingston RAM. Can anyone help PROBLEM is WHERE???????Please HELP

Member Avatar for abhisdm
0
138
Member Avatar for raja289

[url]http://s3.supload.com/free/lastscan-...3716.jpg/view/[/url] up there is description of code and here;'s code [CODE=c] #include<stdio.h> #include<string.h> float avg(float); main() { FILE *p[2]; int k,students=10,subjects=4,i,j,id_number,date_of_birth,fail=0; float marks[100],total=0,avg; char name[30],course_enrolled[30],filename[10]; for(i=1;i<=2;i++) { printf("filename"); scanf("%s",&filename); p[i]=fopen(filename,"w"); printf("Enter Name of Student\n",p[i]); fscanf(stdin,"%s",&name,p[i]); printf("Enter Course In Which Student Is Enrolled\n",p[i]); fscanf(stdin,"%s",&course_enrolled,p[i]); printf("Enter ID Number Of %s Enrolled in …

Member Avatar for raja289
0
401
Member Avatar for raja289

Everyone please give me ur suggestions about which processor and motherboard is best for Estate company work in London. & which processor and motherboard is best for working for telegraphy company. i have to design 25 computer for estate company as well as for telegraph company so please give me …

Member Avatar for raja289
0
267
Member Avatar for raja289

[code=c] #include<stdio.h> #include<string.h> float avg(float); main() { FILE *p[2]; int k,students=10,subjects=4,i,j,id_number,date_of_birth,fail=0; float marks[100],total=0,avg; char name[30],course_enrolled[30],filename[10]; for(i=1;i<=2;i++) { printf("filename"); scanf("%s",&filename); p[i]=fopen(filename,"w"); printf("Enter Name of Student\n",p[i]); fscanf(stdin,"%s",&name,p[i]); printf("Enter Course In Which Student Is Enrolled\n",p[i]); fscanf(stdin,"%s",&course_enrolled,p[i]); printf("Enter ID Number Of %s Enrolled in Course %s\n",name,course_enrolled,p[i]); fscanf(stdin,"%d",&id_number,p[i]); printf("Enter Date Of Birth Of %s Enrolled …

Member Avatar for Ancient Dragon
0
147