| Subject | Date Asked | Expert |
|
| cannot run c++ | 7/5/2008 | Joydeep Bhattacharya |
Q: I'm using an asus m2n mx se motherboard.i cannot run c++ on my system.after i have typed the ... A: I think your problem can be solved but i want you to follow the debug method i will suggest you ...
|
| data structure | 7/4/2008 | Joydeep Bhattacharya |
Q: can i have the program of the following questions, 1. to find the postfix expression? 2.insertion ... A: For this type of stuff you can consult my personal website http://www.scodz.com This is my personal ...
|
| interpreters and compilers | 7/3/2008 | Prince M. Premnath |
Q: my doubt is why does a compiled version executes faster than a interpreted version of c A: I wish to make few points clear between a compiler and an interpreter A compiler takes lot of ...
|
| data structure | 6/22/2008 | Joydeep Bhattacharya |
Q: a pointer of a node present in between a single link list is given. no start pointer is given. we ... A: This is impossible, people might ask you this question to test your level of confidence. if you need ...
|
| pascal triangle using c | 6/21/2008 | Joydeep Bhattacharya |
Q: respected sir , I Abhishek srivastava from kanpur institue of technology ... A: Refer to my personal website for this program that might be a very handy stuff for you. This is my ...
|
| c | 6/12/2008 | Joydeep Bhattacharya |
Q: what are the advantages and disadvantages of function in c language? A: Advantages: Your code looks clean A part of code that requires multiple compution can be done at ...
|
| disable keyboard using c | 6/9/2008 | Joydeep Bhattacharya |
Q: how can i disable or enable particular keys of keyboard using c code in 16 bit compiler A: I didn't inderstand hat exactly you are looking for if you wanna handle the keyboard to be turned on ...
|
| C program | 5/30/2008 | Mohamed Ameer Irshad.H |
Q: I want to display the windows login user name using c program is there any method of doing ... A: in turbo c there is a library function which can be used to emulate dos commands and the results of ...
|
| C programing language | 5/27/2008 | Mohamed Ameer Irshad.H |
Q: Respected Sir, I would really appreciate if you could tell me how to use Structure in C program ... A: structures are used to encapsulate many varialbe of different data types.. every structure has a ...
|
| program to include c function in other program | 5/20/2008 | Prince M. Premnath |
Q: sir,suppose i written a program for factorial...with "fact.c" ..now i want to include this program ... A: Hai Dear Mr Venkat ! Of course its simple , just follow the instructions.( assuming that you ...
|
| FILE Structure ! | 5/19/2008 | Prince M. Premnath |
Q: What FILE Keyword represent in c language? A: Hai Dear Ganesh ! First of all let me confirm you that FILE is not a key word , perhaps its a ...
|
| Number Reversing ! | 5/14/2008 | Prince M. Premnath |
Q: If a five digit number is input through the keyboard, write a program to reverse the number. A: Hai dear sushmita ! Here is the code , what you are actually looking for #include<stdio.h> ...
|
| about inputing data into a 2x2 array | 5/13/2008 | Prince M. Premnath |
Q: good to see you around. Pls, blow is an array array[5][2]= { 1, 14, ... A: Nice to meet you back with your question ! Of course its simple to read input to an two ...
|
| about this code pls | 5/5/2008 | Kaustav Neogy |
Q: eg x[0]= 30 x[1]= 12 x[2] = 51 x[3] = 17 x[4] = 45 x[5] = 62 eg the sum for this list would be ... A: Like this - #include<stdio.h> #include<conio.h> #define N 6 int main() { int x[] = {30, 12, ...
|
| How to create command buttons ? | 4/19/2008 | Prince M. Premnath |
Q: i am student of engineering and styduing turbo c in my semester sir tell me how can i make a box ... A: Perhaps its simple to develop text box and command buttons in C , only skill you have to possess is ...
|
| gnu c,c++ | 4/2/2008 | Mohamed Ameer Irshad.H |
Q: what is the major difference between gnu c,c++ and turbo c,c++.where can i download gnu c,c++ ... A: there is nothing called gnu c,c++................guess u r asking about gcc. gcc and turbo are ...
|
| C++ binary i/o | 3/31/2008 | Mohamed Ameer Irshad.H |
Q: I am trying to write two simple functions, one which writes a single string to a binary file and one ... A: #include <string.h> #include <stdio.h> int main(void) { FILE *stream; char msg[] = "hey this ...
|
| firefox | 3/29/2008 | Mohamed Ameer Irshad.H |
Q: was firefox mozilla developed in turbo c,C++ or Visual c++ A: its binaries are developed using various languages i guess. the browser's front end was developed in ...
|
| user defined header file in c on linux | 3/29/2008 | Mohamed Ameer Irshad.H |
Q: what is the procedure to create a header file in C on linux and what are the commands to use that ... A: . i guess i hav already answered this question to someone else .. just write a header file with .h ...
|
| displaying 32 bit color depth using c | 3/29/2008 | Mohamed Ameer Irshad.H |
Q: i know it is possible to use 32 bit ,24 bit color depth in c but can you tell me how it is done. A: ) can you be more clear with your question? Color depth is a computer graphics term describing the ...
|
| How to save asin Values in a file ? | 3/24/2008 | Prince M. Premnath |
Q: I have one question related to filehandling in c. Q:How i can store the different values of a sine ... A: Hai Dear Samita ! Perhaps its simple to store the values of a sine wave equation, just follow the ...
|
| Non-recursive function | 3/19/2008 | Mohamed Ameer Irshad.H |
Q: Write a non-recursive function in 'C' programming language to reverse a doubly linked list. A: you dont need recursion to reverse a singly-linked list. but recursion is a good technique to ...
|
| hardware interaction | 3/18/2008 | Mohamed Ameer Irshad.H |
Q: what are all the variuos ways to interact with hardware using C?i read few books about this but dint ... A: actually there are a lot of ways to interact with the hardware. i guess you are asking about "LED ...
|
| help.. | 3/18/2008 | Joydeep Bhattacharya |
Q: uhm..can you please help me make a program using graphics.it's like a story book like fairy tales ... A: Firstly the program looks very simple, if you know graphics programming put a loop to create a cool ...
|
| sample code pls.. | 3/18/2008 | Mohamed Ameer Irshad.H |
Q: can you please help me make a program using graphics.it's like a story book like fairy tales with at ... A: .how you doing? ya i am ready to help anytime regarding your program. first let me tell u the ...
|
| how to creat .exe using c | 3/14/2008 | Joydeep Bhattacharya |
Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ... A: As you know linux don't create exe files and if you need an exe file and use it in windows system ...
|
| graphics on turbo c | 3/14/2008 | Prince M. Premnath |
Q: :) can you also help me do a story book with at least 4 or 5 pages using turbo C with a graphics at ... A: Sure , you can develop a story book using C , It will be good if you use bit map images to support ...
|
| help.. | 3/14/2008 | Prince M. Premnath |
Q: can you please help me make a program that will use a pointer where in the user can input an array ... A: Here is the code , i hope it would help you out in all respects ! # include <stdio.h> # include ...
|
| how to creat .exe using c | 3/12/2008 | Joydeep Bhattacharya |
Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ... A: As you know linux don't create exe files and if you need an exe file and use it in windows system ...
|
| about creating .exe form c | 3/12/2008 | Mohamed Ameer Irshad.H |
Q: sir i have written c prog on linux platform i want convert it in to .exe file and use it on ... A: . it is possible but i think you can follow the below given method. you can use gcc compiler in ...
|
| please help | 3/8/2008 | Joydeep Bhattacharya |
Q: When I run this program: #include<stdio.h> #include<conio.h> int main() { int km, i; float res, lt; ... A: The problem lies in line number 17, scanf("%f",<); this line i think should be replaced by ...
|
| Creating header file | 3/6/2008 | Mohamed Ameer Irshad.H |
Q: I am usign Turbo C++ 4.5 (on windows platform) I want to create a header file (say, add.h) I am not ... A: just check the path name you gave in options->directories->include directories place your .h file ...
|
| need for a solution | 3/4/2008 | Joydeep Bhattacharya |
Q: respected sir i have question,which i sbelong to c,question is what is the source code of this latin ... A: Try this out int i,j,k; for(i=0;i<4;++) { for(j=0;j<4;j++) { printf("%d",(((i+j)%4)+1)); } ...
|
| C programming | 3/4/2008 | Prince M. Premnath |
Q: I would like to know the difference between iteration and recursion. Also the way to expalin to ... A: Although both iteration and recusion are almost equvalent , they are slightly differs in ...
|
| C programming | 3/1/2008 | Prince M. Premnath |
Q: Prince! Just a quick question I'm having trouble with. What does the following program print? ... A: Answer for this problem is a). Hi! Hi! Hi! Bye! Bye! Bye! Bye! Bye! Lemme explain you how this ...
|
| Need for a solution | 3/1/2008 | Prince M. Premnath |
Q: respected sir, i have a problem,i need the source cod of this latin square 1 2 3 4 2 3 4 1 3 4 ... A: Presenting you the solution for this problem ! #include<stdio.h> void main() { int i, j; for( i = ...
|
| Run an EXE file | 2/29/2008 | Prince M. Premnath |
Q: Case:- Im my desktop, there is an ITQUE.EXE file. Que:- I want to make a program in C language to ... A: I didn't find any problem withis programme , here is an alternate solution of you ! If you are using ...
|
| Printing Strings ! | 2/27/2008 | Prince M. Premnath |
Q: How are you? I have a 2D character string that I declare as: char ... A: Nice to meet you back after a long gap ! I didnt find any bug with your code , perhaps a small ...
|
| sample code pls.. | 2/27/2008 | Joydeep Bhattacharya |
Q: can you please help me make a program that will use a pointer where in the user can input an array ... A: May be I have missed out your question. Its not a problem you can directly keep contact with me ...
|
| Run an EXE file | 2/26/2008 | Prince M. Premnath |
Q: Case:- Im my desktop, there is an ITQUE.EXE file. Que:- I want to make a program in C language to ... A: A group of built- in functions are available to perform this task suppose you are working in c:\tc ...
|