I am a beginner.The following code in Microsoft Visual C++ 6.0 IDE gives out an error. It compiles with no errors and no warnings. Then makes...
Hi, I think you can follow the following logic to redefine a macro.Whenever u want to increment the value of macro u might use this way:...
Thanks for the lead, I followed it and got a bit scared of the size of the material! Anyway, for some time I will be studying it to see if I will...
thanks for the leads, I will try around but something tells me that this is going to be a difficult task since direct manipulation of midi is a...
I would like to make a program that would allow the user to make music based on various inputs, including numbers. All my serching of the help...
I was looking for a routine that works with .net and not the old C++. I found what I was looking for though: String* S; String* SubStr =...
Hi All, Is there a routine to find a substring in a String? I would like to have a routine that can be used in this way: String* S;...
Oh ok meyup , I already solved my problem with the #inlclude <stddef.h>. Thank you soo much. You are right! I just missed that header file. Then...
class InetAddress { private: // The validator given to an InetAddress object must not be a // transient object, but that must exist at least until...
And I have observed, its pointing to socket.h again?? . Do you think I still have some errors in the socket.h?
ohhh...I already added #include<stddef.h> in my header files but I still have the same 25 errors here even before I added the #include<stddef.h>...
Still have same errors like the following: cprogram files\microsoft visual studio\vc98\include\socket.h(194) : error C2146: syntax error :...
Ok..ok I have solved my problem with the undefined class CCXX_CLASS_EXPORT! I just defined it after the header files and used the command lines:...
Wow guys I appreciate your concern to help me solve my problem on the issue of using "" or <> in header files. Yes! fortunately, I have fixed the...
Thanks for the reply but why its still is not found since socket.h is alreday in the same directory as the source file??
I have problem with my program....it always say cc++/socket.h cannot be found. What is the difference between "socket.h" and "cc++/socket.h"?? and...
:( Too Bad! any way! Thanks! :)
how about windows? how to compile them with bcc?
I am working in C and I wanna connect my app in C with MySql. Is there a app library to use with C to connect for mysql? I had the library for...
If i have a class: class Rational{ .. .. Rational operator+(Rational &rat); friend Rational operator+(Rational rat1, Rational rat2); ......
Separate names with a comma.