Summary: Hi I'm a complete newbie, so sorry if this is trivial. I've installed devc++ to figure out a bit about programming. I can't even get the basic hello w...
Summary: Hi Everybody.. i m facing a problem with java mail api..actually i want to send the mails by using SMTP server in JSP across the Internet..so can anyb...
Summary: *We celebrate SN's first PHP answer* This is a well-documented problem with strtotime() on windows: "Note: The valid range of a timestamp is typically...
Summary: I an doing a project in VB. Namely I have to wirte a code for the common login program. There will be two buttons: Done and Exit and two text Boxes fo...
Summary: I have a problem with one of my programms. The source code looks somewhat like this: int function() { char *string, *tempstring; . . strcat(string, te...
Summary: I am having problems with cin. When using it in a loop with calls to functions, it seems that the function ties up cin whenever I use it and doesn't ...
Summary: Hi all, I have a problem with an EXE file that I had created with VB6. It was based on an Excel file containing both the template of the invoice I sen...
Summary: hey, im working on a program for computer science and i have a problem with a small part of it: char a[10]; printf("How many people would you like to ...
Summary: Hi! Im having som problem with a regexp that should match all html tags with some exeptions. I can match all tags with somthing like: (<[^>]*>) or ...
Summary: I have a problem with a program that generates X numbers of numbers between 1 and 6. X is to be set by an user(Input). The problem is that the result ...
Summary: Thx Chi Like I said at the start of my post I have been away from C for many years so maybe I'm doing things a little verbose ;-) but from your respon...
Summary: Hi there, I currently started using vc++, the problem with VC++ 6.0 is when i try to access data members by friend function i get a massage.. ""cannot...
Summary: I have a problem with winsock2.h: " error LNK2001: unresolved external symbol __imp__recv@16". I thing thad i need to link with Ws2_32.lib, but i don'...
Summary: I'm having major problems with binary. I have succesfuly figured out its use... and as suggested before I thought it was a good idea to use it to stor...
Summary: hi, I have some problems with this query it's hapend in the excusion,the code compile fine , i tried it with MsAcces it works just when i replace the"...
Summary: I have a problem with the EnumInputLineProc procedure, compilor gives me the error: error C2664: 'EnumerateInputLines' : cannot convert parameter 1 fr...
Summary: I had the exact same problem about a month ago. I ended up using a CGI script to submit the form. I never did figure out how to use HTML to accomplish...
Summary: I'm running into some problems here. The guy I replaced created a VB app (version 6) that's basically running a access db. Anyway I found some problem...
Summary: hi I have a quite strange problem in one of my programs. I'd like to strcat(string1,"test") two strings, but after that, string1 hasnt changed at all ...
Summary: I'm trying to make a backup program and with one of the text box's the code I'm trying to use it textbox1.text = textbox1.text + datetime.value When I...
Summary: I have written a program that displays four columns, column 1 is the odd kilograms, column 2 is the pound equivalent of column 1. Column 3 is pounds d...
Summary: Hey guys, help! Here is my question. I am working with Visual C++6.0. I have a cursor changed to an hourglass to indicate that some process is going...
Summary: Hello!! OK...I got a problem here with my Visual C# .NET mail course... I'm trying to make a program, and my book tells me exactly how to do it...and ...
Summary: Hi. I'm trying to browse through the variables loded to memory with this code: #include <iostream> #include <stdlib.h> #include <stdio.h> int...