15,539 Topics

Member Avatar for
Member Avatar for tahataha

using resultgraph() it returns -3 (asking for graph driver device) i wanna know where could i find this and where i ll put it

0
79
Member Avatar for RITZY_G
Member Avatar for alc6379
0
111
Member Avatar for tanner0035

I am currently getting 33 linking errors like the following: c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'WSAASYNCSELECT' : unresolved external c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'GETHOSTBYNAME' : unresolved external c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'WSASTARTUP' : unresolved external in each one is a different socket function. Each function listed in the errors appears nowhere …

Member Avatar for glSuccinct
0
118
Member Avatar for tnorton

Using this code: Fees = ovrh + (wr * z); I am getting the following error: error C2440: '=' : cannot convert from 'double' to 'float [6][3]' Fees, ovrhd, wr and z are all declared as float. I believe if I can figure out what the problem is, I will …

Member Avatar for Dave Sinkula
0
316
Member Avatar for fang221914

Pls help me regarding with this problem show me a complete program of a Commission or Brokerage Problem what is written below. The amount of money paid to an agent for buying or selling goods C= Commission R= Rate of Commission S= Sales Formulas: C= R * S R= C/S …

Member Avatar for alc6379
0
101
Member Avatar for Maineboy

I want to change the direction of movement of a shape (Circle) on a Form, using up,down,left,right, buttons placed within a panel also on the Form. The form contains a shape(Circle) and a TTimer component. I can get the Circle to move across the Form using : Circle->Left = Circle->Left …

0
54
Member Avatar for Mahen

OK, since i am not getting the answer am looking for, i am showing you a small source code of my program, i really hope that u understand it & sorry fot the newbie codez. [ #include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) { int numa = atoi(argv[1]); …

Member Avatar for Dave Sinkula
0
95
Member Avatar for Naveen

i am unable to compile and run network based applications like client/server apps. what should i do now?

Member Avatar for hivework
0
306
Member Avatar for Mahen

Hi everyone, Some questions in my previous post is still left unanswered. Here it is again: How can i accept decimal numbers from STDIN and perform arithmetic operations on it in C. How can i create a subroutine within a program, that can be called again & again at different …

Member Avatar for Dave Sinkula
0
177
Member Avatar for kohkohkoh

[font=Times New Roman][left]here is the question:[/left] [left]Use a two-dimensional array called [/font][b][font=Times New Roman]price [/b][/font][font=Times New Roman]to hold the prices for Proton’s car[/left] [left]regarding to the models and CC as listed below. [/left] [left]--------------------------------------------------------------------------[/left] [left]in 2d array..i could get[/left] [left](for example)[/left] [left]void disp(a[][3]);[/left] [left]int main()[/left] [left]{[/left] [left]num[3][2] = { {1,2},{4,5},{7,8} …

Member Avatar for freesoft_2000
0
128
Member Avatar for kohkohkoh

Do anyone know what's the problem with my Visual Studio 6.0. the program that i wrote sometimes can compile and sometimes can't, and yet sometimes can execute, sometimes can't.. the meaning of can't is..my whole VS frozen.. at the bottom, a message bar(whatever they called it) only shows Linking...(the word …

Member Avatar for freesoft_2000
0
108
Member Avatar for Sukhbir

consider the following statement & tell me why it i undetermined or ambigious int i=9; i=i++; PLS EXPLAIN ME FULLY

Member Avatar for alc6379
0
110
Member Avatar for policeachan

why do we use function definition in header file and function declaration in obj why can,t both be at header file?

Member Avatar for Dave Sinkula
0
136
Member Avatar for Naveen

hi. can someone please explain what are message passing interfaces and how i can code them? regards, naveen

Member Avatar for Chainsaw
0
154
Member Avatar for zrixter

as title mentioned, i face problem with convert a jumbled text file to unjumbled text file, some of you might not clear what i am saying, well a example will give a clear idea what this all about. jumbled text file contain a few line of number, after unjumbled it, …

Member Avatar for FireNet
0
138
Member Avatar for Mahen

Hi everyone, i have just startted programming with C and i have got 3 Questions: 1. How to calculate with decimal numbers in C. 2. How to convert strings into numbers and perform calculations on it. 3. Where to find a book that explains all the header files. Tahank you …

Member Avatar for Mahen
0
126
Member Avatar for matt768

I have to create a program in c using this formula, y=ax(cubed)+bx(squared)+cx+d, I have to ask the user to read in the four coefficients of the cubic, Ask the user for start and finish values for x, ask the user to view the graph and Plot a graph using grx20 …

Member Avatar for Chainsaw
0
74
Member Avatar for rishiraj_bayerd

Hi meabed & Naveen, thanks lot for your help. As per your advice i get lot of things.It is out of my expectation.I hope that in future you again help me. Thanking you...... Rishi

Member Avatar for meabed
0
170
Member Avatar for Sukhbir

CONSIDER THE FOLLOWING CODE: int *p[]; // THIS IS ARRAY OF POINTERS int (*p)[] // THIS IS POINTER TO ARRAY. CAN SOMEONE EXPLAIN ME SOME MORE ABOUT THESE TWO STATEMENTS

Member Avatar for Dave Sinkula
0
62
Member Avatar for Sukhbir

LOOK THE FOLLOWING CODE: void main() { char a[]={'a','b','c',d'}; int b[]={1,2,3,4,5}; printf("%d %d",&a[3]-a,&b[3]-b}; } OUTPUT: 3 3 CAN SOMEBODY EXPLAIN ME WHY THE OUTPUT IS SAME. ACCORDING TO ME OUTPUT IS (3 6).

Member Avatar for Naveen
0
162
Member Avatar for flory

Hello,all! Can someone help me Write a batch file that takes 4 arguments and passes them onto your C program. The C program takes each of the arguments and multiplies that argument by 10. Example of how this is done: Z:>SAD1.BAT 3 5 7 8 What will be displayed on …

Member Avatar for Ral
0
170
Member Avatar for rishiraj_bayerd

Hi Junior Techie, thanks lot for your help. As per your advice i get lot of things.It is out of my expectation.I hope that in future you again help me. Thanking you...... Rishi

0
81
Member Avatar for smithag261

Can I get a list of C programmes so that I can see the solution of any program I want. Any website related to it? I have an interview next month on C.Please suggest.

Member Avatar for brnprasad630
1
93
Member Avatar for rishiraj_bayerd

Hi everybody, I am quite familier in C.But i don't any thing about printer port programming.Can you help me......? thanking you... rishi

Member Avatar for Naveen
1
152
Member Avatar for blessedrose82

i need to pass up an operating systems project on the 19th of july. can anyone please help me do this project. i cant manage it by myself :rolleyes: . this is the question: Develop a program to simulate a computer using a Round-Robin scheduling algorithm with a time slice …

Member Avatar for meabed
0
637
Member Avatar for freesoft_2000

hi everyone, I need help on a single document interface (sdi) i have created. I created the sdi using the CRichEditView as its base class. I know that the printing functionality is already added by default but what i need is that when the program is executed by me a …

0
69
Member Avatar for jamal2004
Member Avatar for KSGuan

Greeting to all, I have been trying to apply "fprintf()","fopen()" and "fclose()" into the following source code but still fail to get the right way. As I do not have any C program book to refer to, I really appreciate it if someone could show me how should I go …

Member Avatar for Dave Sinkula
0
194
Member Avatar for Chris Wong

Hi guys, I'm new in programming and I just started to learn C language. I got this assignment question that requires me to use random number generation. I know how to create a simple random number generation using seed. But this question is giving me a headache. Please spare me …

Member Avatar for FireNet
0
165
Member Avatar for biel_andrada

Hi! I would like to ask on the "find" function. I do not know how to use it. Thanks a bunch!

0
76

The End.