Beginners - September 2010 (Page 24)

Compiling in Visual C++ 2005?
 
Recently, I have been experimenting with Visual C++ 2005 Express Edition (with SP1 installed), and while I like it a lot, I have an extremely basic question: ...
[5 replies] Last: in Visual Studio just press F5 F5 is the hotkey for debug, F7 is th... (by programmer47)
Drawing a Diamond
 
Hello everyone, My objective is to draw a diamond shaped object with unique border and fill characters, and a size specified by the user/data file. Also ther...
[4 replies] Last: So here is my final code, finally got it.. Although I am not sure why ... (by meeztered)
Error building class "no appropriate default constructor available"
 
It appears that since the StateManager class includes (Engine& engine), it might be getting involved with the actual 'Class Engine' functions. I've been cycl...
[4 replies] Last: Oh, yea I changed up the code after I posted the error here, lol. @... (by AdventWolf)
Trying to write a prgram that prints out stacks of astericks
 
Hello, I recently posted asking for help on my program, thank you it helped a lot! I am almost finished, but I am having a problem with the output, and I need t...
[1 reply] : To initialize an "array" without a size, I recommend... a vector. htt... (by Albatross)
Apparent contradiction in using break and continue
 
I am confused as whether c++ permits the 'break' and 'continue' commands to be used from an if statement. I see tutorials that allow it-- http://www.learncpp....
[10 replies] Last: Well. SLAGIATT. I could also think of a solution using loops or goto, ... (by Albatross)
How Can I Make A Frame Or Boarder ? (1,2,3)
 
Hello CplusPlus, I Have Recently Published A Post Where I Needed Help Starting To Program, I've Had That Help And Started Doing Stuff... I Did 2 programs, ...
[41 replies] Last: Well my main goal isnt programming games.. but i guess that if i can g... (by xXoxideXx)
by User12
Storing input into a string buffer
 
I am trying to write a code that will continually prompt the user for their name and then prompt for their favorite quote. When the program reads the input it t...
[5 replies] Last: Indeed. Use vectors. //Albatross's Standard Vector Snippets vecto... (by Albatross)
Two Objects referencing each other
 
Hi all, I am new here, but browsed around looking for a solution to my problem to no avail. I have a C++ program with two objects (A and B). In my main, I c...
[9 replies] Last: Also note that you must delete everything you new, or else you'll have... (by Disch)
Need a compiler
 
I havent coded in a long time, going back to school for computer science and i need a compiler. I have never used C++ before so i dont even know where to go and...
[4 replies] Last: You can get Microsoft programming software for free, if you're a stude... (by khris)
class project
 
this is what i did and i get three errors, can you help me. These are the errors I'm getting..... 1>c:\users\david&tippy\documents\visual studio 2008\projects...
[3 replies] Last: Kyron, that code you just posted is the correct code. I'm not sure if ... (by Albatross)
Ideas needed
 
I have to make a project for school. The objective is simple, It should have something to do with file handling. I don't want to do something as simple as data...
[3 replies] Last: Well, if you think that database managment is simple I have something ... (by Computergeek01)
Random Compile Error
 
Hello, I am getting this error while using the latest version of Code::Blocks. error: expected constructor, destructor, or type conversion before '::' token...
[5 replies] Last: I figured out the problem. Headptr and ptr were never allocated using ... (by whitewolf)
Two switch statements in one?
 
We were given a problem like this: Compute for the total tuition fee of a student based on the course given. Year Level Description Course ...
[12 replies] Last: hello..i see that you are talking about "nested switches",so y ran int... (by Mihay07)
by kaduuk
Project ideas?
 
Hey guys, I've ran out of project ideas... I'd like to write a program which will take a while to make and which makes me think (a lot, with a lot of comp...
[6 replies] Last: Hi guys! Thanks for the replies! I think I'm going to do the RP... (by kaduuk)
very begginer
 
I try to run a program and when I press enter to show the result the comand line is closing. What do i have to do?
[7 replies] Last: Thank you very much this is really working (by eduard77)
Multiple definitions found...ug.
 
Ok, I've included my other source files in my main.cpp on my calculator program. However, when I compile it tells me there is multiple definitions of my functio...
[5 replies] Last: Fixed. (by Briandb1222)
New To Programming, Need A Hand ( Please Read )
 
Hello Cplusplus Forum, this is my first post, and ill just make a quick introduction.. im from Egypt im 14 years old, and im really into computers.. im ...
[4 replies] Last: @mazd and also i can code website too lol html and stuff xD (by xXoxideXx)
by mhadel
c++ program
 
Any year is input through the keyboard, write a program to determine whether its leap year or not.
[10 replies] Last: Here: (define (f n) (or (= (remainder n 400) 0) (and (= (remainder n ... (by helios)
simple program
 
i just try to make a simple program that is asking for an integer and than is analyzing it and returns 1 if is true and 2 if is false. I've been thinking about ...
[3 replies] Last: Thank you very much you have no idea how released I am (by eduard77)
Return type defined in header file
 
Hello, I have a question about defining return types in the header file. I'm using the ITK toolkit and define a return type in my header, but when I compile t...
[2 replies] Last: Thanks PanGalactic, that worked. Your help is much appreciated! (by vancouverite)
September 2010 Pages: 1... 2223242526... 32
  Archived months: [aug2010] [oct2010]

This is an archived page. To post a new message, go to the current page.