Summary: Hi all, I am new to programming, I have few static libraries written in c++ using microsoft visual studio c++ 6.0. I want to creat a DLL using those s...
Summary: I'm doing a course in Programming but I really battle. I have a series of questions I need answers on but it's too many to post here. If somebody wi...
Summary: Hi, I am just learning c++ but am having a problem getting started. I have some very basic code, #include int main() { cout "Hey!\n"; return 0; } ...
Summary: Hello all. Newbie to C. I have some questions about some of the memory allocation functions in C. 1) This is if you are adding memory to an allocated ...
Summary: Can anyone help me on this question. I know the answer is either b or c But what i am not able to get is which code is more memory efficient.I will be...
Summary: Well you guys did a great job on helping me once. Thanks. I've been fighting with this for near a week. the following code runs fine.... CLS PRINT "En...
Summary: I just realized how stupid a question that was. Since when 2 tasks are running the program makes the processor multitask. Then I have a different ques...
Summary: Hi SN, hope I didn't step on your toes but I just love coming up with alternet solutions. Are you up for a challenge? Take a look at my question. SNM...
Summary: Can anyone help me on these 10 questions. I will be really thankful. 1) Which of the following two ways of declaring a structure and variable is corr...
Summary: Hi, Viewing The Dll is not impossible, nothing is impossible. Let's say viewing the Dll is very, very, very, very,very difficult. When you code is in ...
Summary: Here is the scenario, and I've got two questions: 1. I've got a bat file, which continuously running on the background, and I would like to log that ...
Summary: BASIC, the BASIC programming language. BASICA, BASIC(Advanced) BASIC programming language interpreter as supplied by IBM with PC-DOS for the original...
Summary: Why do you people cross examine everything? So i made a contradiction.. I was given /I found, totally irrelevant to the actual topic of the HELP requi...
Summary: Hi, About Custom Event in VB6. Can one creates a custom event in a vb standard exe or one have to create custom event in an activeX only? The question...
Summary: Doing this has more to do with the operating system than the programming language. You will need to use some kind of remote procedure calling standar...
Summary: question on the comcast.net homepage, there is that scrolling thumbnail thing in the center of the web page....how would I write that html, java, et...
Summary: Thanks i used fontpage and it works. Now i got another question. On my hompeage i have a scroolbar on the right and the arrows, How can i take it out?...
Summary: "If it irritates you to answer a question, you to come to the wrong place. We come here to help others by answering their questions, and also to have ...
Summary: Hi, I just tried an example about static class variable. Well as the book said that static variable is a class variable, just like it is in java, and ...
Summary: Unfortunately, my vacation wasn't nearly as fun as IR's. I went to my wife's family reunion in Utah...At times I felt like developing an exploding ce...
Summary: Hi, This is a really basic question into the use of the Autorun feature within CD's (I believe it is a feature of VB) My quesion is, how do I go about...
Summary: Hi, I am currently coding a GUI using MFC/VC++. Does anyone know how to display minimize, maximize, and close boxes on the top right corner when the c...
Summary: I am learning flash because I don't want to stick with the basics I now want to go deeper into the world of flash and make professional looking web pa...
Summary: Also, in addition to M2's question, on the TID line is there always exactly one instance of the letter Z (i.e. the one that's followed by the number)?...
Summary: hi, i have some questions on displaying & output commands to text file. Q1) assuming command: dir/a-d/os if i write it in batch: dir/a-d/os >> out.txt...