Summary: I have just started learning C++ and for my first assignment i'm using a function of a switch statement which includes strings... i read somewhere on ...
Summary: Im trying to BEGIN writing a text based game of some sort, and right now im just trying to figure out how im wanting to code it. when i compile the fo...
Summary: Hi, im not sure if ive posted this message here yet, but if so sory for double posting. ok i need serious help, ive asked many people posted in many s...
Summary: hello there..i have a major problem with my C++ course..and i wish that someone can help me with it.. the question says: Write a function named ShiftT...
Summary: True enough, SN, though I have been holding back! =) In answer to your questions, Jack: I refered to Grady Booch in an attempt at humour; he is a maj...
Summary: I've made a win32 application using c++ 6.0. I use dialog resources in this application and it all works just fine, but... i want to use a bitmap gra...
Summary: I could not help but notice that no one really explained why this did not work. Prob. not too important anymore but just in case anyone was reading th...
Summary: Hello, Wonder if you can help. Creating a simple dialog application in visual c++ a few of which ive wrote before no probs but this time im using a p...
Summary: C++ is never a bad choice...It's a great language to be familiar with, even if it doesn't directly apply to your project. Other languages are usually...
Summary: I don't think that you want to skip classes. The major difference between C and C++ is that C++ supports object oriented programming and object orien...
Summary: BASIC stands for Beginners All Symbolic Instruction Code (or something very similar to that) and it is quite easy to learn. C (if you are talking abou...
Summary: We are 3 musicians in denmark that have made an arranger keyboard / lyric program in GFW basic. One of us have some basic knowledge about that kind of...
Summary: aww come one, this one is too easy to rip apart. Look...I will give you some helpful advice: Try to work it out before asking for help...OR...change y...
Summary: Hello. I'm having quite major difficulties implementing a linked list in a C program. The problem is to scan through a text file containing the lyrics...
Summary: Do any body know some sample matrix multiplication problems writing in C applied in PVM (Paralel Virtual machine? I have downloaded some samples, but ...
Summary: In C++ void fred() is the same as void fred(void) in C. In both C and C++, it is the Miranda princlple on prototypes (if you don't have one, one will...
Summary: Is OOP useful at all when writing very small programs, or only really when doing a major project? (I'm just starting to learn C++, and using OOP takes...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss ...
Summary: C/C++ (C Primer Plus are almost the same thing. One who knows C can learn the knew features of C++ and understand it much easier then someone who does...
Summary: Hello. I am wanting to learn how to program. I plan on taking this quite seriously as well. I am in college right now, and I will soon be going into s...
Summary: Virtual members can only be overriden by reference, i.e. pointers or references (not value, remember pass by value is the default). Virtual members a...