I am a sort of new user to C, and I am wondering if it is possible to do programming of Windows, but not making GUI interfaces, without using the Win32 api, or...
for #2, you can use the brute force method and use the % operator to divide all the numbers less than the int besides 1 to see if any of them can be divided...
hi when is your project due, I hope I am not too late but anyway I don't understand your input. why do you have 3 integers for the input. I think after it...
... Hi CeeDeep, o.k., I understand your points. No, I haven't tried it, but as far as I recall my (not really bright) knowledge of .EXE files under Windows, ...
Oh, it's supposed to be polynomials where (x 3 2 + (x 7 8)) is suppose to add the two polynomials together and return 7x8 + 3x2. ... the ... doesn't ... get ...
Hello Please let me know that on using tcp/udp sockets for reading (under linux) using recv, recvmsg or recvfrom will such a call keep cpu bussy till data...
... Why the need to store the password in the executable? As opposed to another file/location? -- PJH "How about 'We've got some friends from Holland coming...
I think that you made a vector of pointers to chars rather than a string. Maybe that's the problem. you should try using the string datatype instead of an...
normally when you don't assign values to the list, it will start from 0 but you can always try setting the values to a negative number and see. ... it clear is...
Hi frz! ! A variable of enum type is declared as follows: enum { FALSE, TRUE } flag; The variable, flag, is defined here to be of a type which can take on the...
I'm sorry if this is the wrong group, but I a problem. I have written a console application in C. Now I have to use in MFC application. How to call C functions...
hi this charitha and i need one book as pdf or any format but its very urgent for me pls if u any one knows the link or if u owns the pdf pls forward me...
... Hi Andrius, in order to invoke C functions from C++ code you should have a header file containing something like the following lines: #ifdef __CPLUSPLUS__ ...
so frz i think that now we can say that data type of enum is signed int right aryan jha <aryan_nitt@...> wrote: Hi frz! ! A variable of enum type is...
Hi everyone...I'm new to this group...and I could really use any help from anyone.. I've exhausted all resources and remembered these groups that totally...
ROBOTIX is a national level robotics competition held in KSHITIJ, the annual Techno-Management Fest of the Indian Institute of Technology Kharagpur. This...
Reply embedded... ... Subject line should reflect the nature of your problem. ... Consider using struct to group all these fields. struct DATA { string...
... [mailto:cprogramming2@yahoogroups.com] ... to include ... field, you ... Nicolai ... (), '\n'); ... Hi Shyan I guess i forgot to mention that we're not...
... [mailto:cprogramming2@yahoogroups.com] ... to include ... field, you ... Nicolai ... (), '\n'); ... Hi Shyan I guess i forgot to mention that we're not...
Reply embedded... ... Then, IMHO, this problem seems a little inappropriate. ... You were taught right, but you think wrong. The numeric argument you passed in...
I have started collating IT Interview questions and answers on C, C++,JAVA,DATABASE,.NET, Networking, Unix, Linux in my website Lists IT Interview questions...
Hi all, I would like to tell anyone who wants (or has) to post some code one piece of advice (thanks to Shyam for inducing this idea): 1) never re-type your...
Hi, this function can write out the name part, but not the bmi part, in he same file with a separator. Is there something wrong in this function? Pleeeeese...
... to do programming of Windows, but not making GUI interfaces, without using the Win32 api, or any such api. Would it be possible to do this? Yes, it is very...
Hello, Is there any reason why people should not use automake and autoconf to distribute their software?? or is it that people dont have time to port their...
Hello folks. I am trying to teach myself C and am having little luck so far. I can follow the books examples fairly well but when it comes time to write my own...
I would lke to know how to call up components for making a graphic editor. I want to make it better than Paint Shop Pro...Kinda like Paint Shop Pro and...
I have written an app that monitors applications and restarts them should they crash or hang. My boss wants me to add the ability to do this same thing for...