Beginners (Page 106)

New! Join the C++ community on Google+
Help with Triangles
 
Hi I am new to C++. There are two problems I am having an issue solving. The first one is : De...
[1 reply] : i was going to suggest something, but the instructions say to design a... (by pogrady)
by sirc89
Sorting and Searching Arrays
 
#include <iostream> // need for, cout, cin using namespace std; // Function prototypes void get...
[4 replies] Last: You must have thought it was useful, because you reference the third a... (by AbstractionAnon)
binary
 
I'm having a lot of trouble doing this hw I was given. it states: Input an integer containing on...
[2 replies] Last: i dont rly know how to set it up idk if im suppose to use float, switc... (by AdoCg27)
Requesting constructive feedback for my text game: FutureQuest
 
So, like many I've seen on these forums, I've chosen C++ as my language of choice and embarked upon ...
[13 replies] Last: Thank you to those who have given feedback so far. Does anyone have an... (by dawtsf1187)
Regarding private help with messy code...
 
Hi there people. I'm very new to programming and have just finished my first simple scientific calcu...
[12 replies] Last: Maybe you should try a new thread titled "Parsing mathematical express... (by TheIdeasMan)
How do you make your own header files? Help please!
 
I'm not talking about just a text file with code, I mean a header file containing functions C++ ...
[7 replies] Last: You're going to need brick and mortar. And love. Lots of love. Lov... (by pogrady)
Getter and Setter Help
 
I'm working on a very simple, very beginner level combat system. Right now I'm trying to set up ...
[5 replies] Last: I'm not sure what your problem is, I do know I'll never try to run awa... (by Raezzor)
Hexagon not printing out right
 
Hey guys so i finished my program and i decided to try to improve a few flaws it has, one of which i...
[no replies]
Help with menu driven code
 
I have to write a menu driven program that allows the user to obtain specified measurements of geome...
[6 replies] Last: *sigh* It sounds like you are having difficulty with simple code struc... (by Raezzor)
Converting for loops into do while loops
 
I need help converting the for loops into do while loops. Not sure what I am doing wrong. The second...
[9 replies] Last: I don't disagree at all. (by ryancb06)
Code is not working
 
OK: my code is not working. An explanation of what I want it to perform is at the bottom of my code....
[5 replies] Last: Sorry for wasting your time. I just figure out why it was repeating. I... (by Hazique35)
Avoiding circular dependencies
 
Hey all I'm trying to write a program like so: I have a cpp file I waould like to run and create...
[1 reply] : #1 Could you please go back and edit your post so it uses code tags H... (by andywestken)
main() and jousting project
 
I'm having trouble writing a main() function for my program... It needs to include 1. ask 10 questi...
[4 replies] Last: The () of a function call are the parameters you are passing to that f... (by Raezzor)
Array Problem
 
Hello, I have been scouring the forums and have not found a solution to my problem. OK here it is....
[2 replies] Last: Thank you so much. I have been going over this all weekend. I did not ... (by InvaderGUI)
Using private class members in a friend function
 
Hi, all. I'm trying to overload the << operator as a friend function in a class definition I'm writ...
[1 reply] : I don't see a problem. I had no problems compiling it with VS2010. (by AbstractionAnon)
by dday9
New to C++
 
I am new to C++, but not new to programming. I've very proficient in visual basic.net and I can read...
[1 reply] : Go to xoax.net. This website has C++ tutorials, Java tutorials, PHP t... (by cstarter2000)
a function that reads a text file
 
Hi there I'm trying to create a function that will get a text file and return a vector of strings...
[9 replies] Last: Hey thanks for the help! My problem was I put the txt file in the same... (by achieven)
defining identifiers
 
How do you define an identifier. That is all i want to know. Thank you.
[1 reply] : int identifier; Of coruse, you can use any defined type instead... (by AbstractionAnon)
Combining mortgage .cpp with Banking .cpp
 
I have two applications that complete different activities, one is a simple banking program and the ...
[1 reply] : Here is the mortgage application as discussed above #include <iostrea... (by DavidBrent)
Term does not evaluate to a function taking 1 arguments??
 
Hello, I have prepared a code for my homework assignment in my intro to programming class. I had ...
[3 replies] Last: Not only what the above have stated, but Password is declared as type ... (by Raezzor)
Pages: 1... 104105106107108... 114
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.