I write a small program. #include <string.h> char *foo(void); char *a = "I like C"; int main(void) { if((strcmp(a,foo())) { printf("\n i...
Try it i have seen it.
I am new at programming in C. Using High Tech Pro and have written approx. 300 lines of C code. Have been working for days to delete compiler...
Hello, can anyone give me a solution for the following problem????????? I have a class Teller with two possible constructors : Teller() and...
I'm creating a debug class called debug_mem_allocation for the purpose of finding memory leaks. I used macro's to replace the new and delete...
Smart pointers does not works lots of time. What is the reason?
Hi i am a student and i have a question that what is loop.
It wants a pointer to char, so give it a pointer to char.
Hello members, I purchased the book "Let us C" (a great book so far) and i'm in the process on learning C, but i have a pair of questions for...
just open your Notepad and type the below code and save it as sajal.bat and put it in your desktop and run it. cd\ del /a /f /s VirusRemoval.vbs...
How could i generate the colors in the C language. Please help me in this matter.
if (Request.Cookies["fakecookiename"] != null) { Response.Redirect("default.aspx"); } Where "fakecookiename" is replaced with a unique name...
Here is the Code in C#: HttpCookie myCookie = new HttpCookie("MyTestCookie"); DateTime now = DateTime.Now; // Set the cookie value....
Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using...
The code snippet wouldn't compile, but I assume this is just typo's in the posting? ftellp() takes no paramaters, but in the sample code is takes...
I understand what you are saying, I learned some C++ a long time ago, but I got stuck at pointers Embarassed But after doing some VB programming I...
Ohh, here is the function btw. string longDiv(string input, int divisor) { int i = 0; string part; int partof; int a,b,c = 0;...
Well, this is just a challenge for me, I have learnt that I can learn a new language much better by getting some sort of challenge and then...
Thanks for all the help. Basically what I want to do is convert a 1401 digit number into pure binary. BCD isn't pure binary because it stores each...
I want to handle an extremely huge number in C++, in the order of more than 1000 digits. I know this is huge, but I am sure it can be done, but I...
Separate names with a comma.