20 Most Recent Borland Turbo C++ 3.0 Full Version Academic License for PC Questions & Answers

0helpful
2answers

Borland Turbo c++ serial and authorization key

serial and authorize key for installer c++
4/8/2017 6:38:01 PM • Borland Turbo... • Answered on Apr 08, 2017
0answers
0helpful
1answer

How to remove linker error in turbo c++ 3.0??

There are several possible causes for a linker error. Would you care to give the full text of the error message?
2/26/2013 7:47:29 AM • Borland Turbo... • Answered on Feb 26, 2013
0helpful
2answers

How to remove linker error in Tc C++ 3.0 in

#include<stdio.h> #include<conio.h> #include<string.h> #include<stdlib.h> #include<ctype.h> struct student {char name[20]; int rollno; int mark; }; void main() { int ch,f,roll,i,j,l; char name[20]; struct student k,t,d[50]; FILE *fp,*temp; clrscr(); fp=fopen("stud.c","wb"); fclose(fp); while(1) {printf("\n=========================\n"); printf("\n\n1.Insert\n2.Display\n3.Search\n4.Delete\n5.Sort\n6.Update\n7.Exit"); scanf("%d",&ch); printf("\n==========================\n"); switch(ch) { case 1: { printf("\n Enter name"); scanf("%s",k.name); printf("\n Roll no:"); scanf("%d",&k.rollno); printf("\n Mark"); sanf("%d",&k.mark); fp=fopen("stud.c","a+b"); fwrite(&k,sizef(k),l,fp); fclose(fp); break;} case 2: { fp=fopen("stud.c","rb"); while(fread(&k,sizeof(k),l,fp)!=0) printf("\n name:%s \t Rollno: %d \t Mark:%d",k.name,k.rollno,k.mark); fclose(fp); break; } case 3: {f=0; fp=fopen("stud.c","rb"); printf("\nEnter the rollnumber to be searched :"); scanf("%d",&roll); while(fread(&k,sizeof(k),l,fp)!=0) { if(k.rollno==roll) { f=1; printf("\n Name:%s \t Rollno:%d\t Mark:%d,k.Name,k.rollno,k.mark"); } } if(f==0) printf("searched item does not exit"); fclose(fp); break; case 4: f=0; printf("enter the roll no for deleting the record:"); scanf("%d",&roll); fp=fopen("stud.c","rb"); temp=fopen("temp.c","wb"); while(fread(&k,sizeof(k),l,fp)!=0) { if(k.rollno==roll) f=1; else fwrite(&k,sizeof(k),l,temp); } fcloseall(); if(f==1) { temp=fopen("temp.c","rb"); fp=fopen("stud","wb"); while(fread(&k,sizeof(k),l,temp)!=0) fwrite(&k,sizeof(k),l,fp); printf("record deleted"); } else printf("roll no not found"); fclose(fp); fclose(temp); break; } case 5: { fp=fopen("stud.c","rb"); i=0; while(fread(&d[i],sizeof(k),i,fp)!=0) i++; fclose(fp); for(j=0;j<i-1;j++) { for(l=j;l<i;l++) { if(d[j].rollno>d[l].rollno) { t=d[j]; d[j]=d[l]; d[l]=t; } } } fp=fopen("stud.c","wb"); for(l=0;l<i;l++) fwrite(&d[l],sizeof(k),l,fp); fclose(fp); printf("\nsuccessfully sorted"); break; } case 6: { f=0; printf("enter roll number to update:"); scanf("%d",&roll); fp=fopen("stud.c","rb"); temp=fopen("temp.c","wb"); while(fread(&k,sizeof(k),l,fp)!=0) { if(roll==k.rollno) { printf("enter the new record name,mark\n"); scanf("%s%d",k.name,&k.mark); f=1; } else fwrite(&k,sizeof(k),l,temp); } fcloseall(); fp=fopen("stud.c","wb"); temp=fopen("temp.c","rb"); while(fread(&k,sizeof(k),l,temp)!=0) fwrite(&k,sizeof(k),l,fp); if(f==0) printf("roll no is not present"); fcloseall(); break; } case 7: exit(1); break; } } }
2/11/2013 12:35:22 PM • Borland Turbo... • Answered on Feb 11, 2013
0helpful
1answer

Linker error:Unable to open file 'TCLASSS.LIB'

this is the basic lib class required by the compiler make sure your libs variable to pointing to the correct location the the libraries required by the compiler.
12/16/2012 7:04:13 PM • Borland Turbo... • Answered on Dec 16, 2012
0helpful
1answer

Draw flow chart to accept a 20 number from the user and display the number of odd and even

in the diagram "y" =yes "n" = no10_8_2012_6_49_56_am.png

10/8/2012 6:50:58 AM • Borland Turbo... • Answered on Oct 08, 2012
0helpful
1answer

Borland c++4.5 can not open sdio.h for windows7

stdio.h is a C header file #include <iostream> //C++ for standard input outputor you can use#include <cstdlib> // C standard library might work
10/4/2012 9:22:55 AM • Borland Turbo... • Answered on Oct 04, 2012
0helpful
1answer

In c create a class called car having members

create a class called date that includes three pieces of information as data members-a month (type int), a day (type int) and a year (type int) in c++
9/23/2012 3:38:16 AM • Borland Turbo... • Answered on Sep 23, 2012
0helpful
2answers

How to remove linker error in turbo c++ 3.0??

opttion>linker>setting>graphics click.
6/2/2012 8:27:31 AM • Borland Turbo... • Answered on Jun 02, 2012
0helpful
1answer

Sir i have been working

iostream.h file input output header file for c++ by which we can use input/output data.So you must reinstall the c++ to your system and after that linker error would not go on.
10/20/2011 12:45:59 PM • Borland Turbo... • Answered on Oct 20, 2011
0helpful
1answer

My system does not support

Set your compiler on 16 bit.To do that, do the right click on desktop and select properties. Go to advanced setting and set to 16 bit version.
12/27/2010 4:46:28 AM • Borland Turbo... • Answered on Dec 27, 2010
0answers
Not finding what you are looking for?
Borland Turbo C++ 3.0 Full Version Academic License for PC Logo

36 questions posted

Ask a Question

Usually answered in minutes!

Top Borland Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Borland Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

Borland Computers & Internet

  • Borland Computers & Internet

Most Popular Question

draw flow chart accept 20 number from

  • Computers & Internet
Loading...