Beginners - May 2012 (Page 23)

code::blocks .o files
 
How to get rid of .o files that code::block creates when i compile my project?
[7 replies] Last: Well, im not the one paying for it. (by vastrolorde)
My program keeps crashing!
 
So our objective here is this: Requirements. Write a program named nameSorter.cpp, to read names ...
[7 replies] Last: Sorry Chirrs: My bad! I was looking at too many things yesterday, and... (by kooth)
by skarla
help!!!
 
i made this,but how can do it with better way? (i want to count the average of numbers into the lis...
[5 replies] Last: You are right. std::iota is included in the C++ 11 Standard. But it ca... (by vlad from moscow)
Please review my code
 
Im very new to c++, and would like you all to review the source code I wrote for a program that calc...
[5 replies] Last: Why is there endl all over the place? While (on most systems) it doesn... (by Cubbi)
HELP!
 
i need help, i have to compute an approximation of sqrt(2) using Newton-Raphson method for finding t...
[2 replies] Last: i understand the method, i`m new to c++ i`m learning. (by yungwhizz)
cout > aligning & arrangement (like table)
 
Hi, I used normal cout to get the header & For-Loop to get the results. But all results are not sa...
[1 reply] : // example on insertion #include <iostream> using namespace std; int... (by shadow123)
Pointers/reference to objects
 
I was just curious how to make a pointer/reference to a class object in one function if the object w...
[3 replies] Last: Thanks, my code's working now, woohoo! (by newbieg)
I cant figure out why this does not work.
 
Hi there, Im new to c++, and have been working on a program that talks to you and asks you questi...
[7 replies] Last: Thanks for all of you guys helping! I havent had a chance to try any o... (by eggnoodlez)
saving a vector to a file
 
I have just tried to save data to a file from a program for the first time and I need to store a vec...
[10 replies] Last: depends on the type of your file. With .csv it should be fine, it's st... (by JCaselles)
program error
 
for( c<0; name.infoequalsIgnoreCase("ecstussy"))
[1 reply] : name1 is an array of strings. Declare a size constant const int name1... (by shadow123)
This may be a stupid question.But still if someone can answer
 
if this a = 2 + (b = 5); and this a = b = c = 5; expressions are right and working fine. ...
[2 replies] Last: Ok Ok. It is because 2+b is not l-value. Got it got it. thx (by preetgill)
by xma23
Matrix to display
 
Hi After a long day coding for a deadline my brain is done. However there is one task to complet...
[2 replies] Last: You have to divide the numbers and add a decimal point. float mat1 =... (by whitenite1)
Beginner Excercises Pancake glutton
 
I have been dong the Pancake glutton exercise from this page http://www.cplusplus.com/forum/article...
[2 replies] Last: Thanks, I will give it a try (by PETROS39)
Make constant available command (1,2)
 
So to learn C++ im making a basic text based game. I can make dision trees and stuff but how would ...
[22 replies] Last: Ohh cool thanks works thanks everyone! I might ask more questiosn her... (by sherlock)
Overloading operators in template class.
 
Hi all. I've posted here before, and with your help sorted out my last issues. However, I've gotten ...
[3 replies] Last: Thanks, very much! Wound up declaring them inline. Makes life easier. (by Anderson85)
Type double
 
I've never perfectly understood type double . Type int is for integer. Type void is . . . um: v...
[2 replies] Last: Ok well first you need to at least be familiar with a floating point n... (by ResidentBiscuit)
by j123t
Infinite Looping D: HELP!
 
Ok, so I am writing a tic-tac-toe program. Whenever I choose a spot on the board (ex: 1) then it doe...
[1 reply] : well idk if this will help or not but i am having a hard time trying t... (by slider57)
by waxiz
Making a deep copy
 
Hi all. I can't get a grip on how to make a deep copy when working with more then one class. I ha...
[3 replies] Last: well you are assigning one pointer to the other of the same type, you ... (by slider57)
by Ch1156
Why isnt this working?
 
I have some questions about how to get this to run but first i was wondering why it isnt working? it...
[5 replies] Last: What's the problem? You know how subtraction works, right? If not: htt... (by Athar)
by gaflhy
Class header and implementation in diff files
 
Hello, This should be a very basic question, I have my class defination and implementation in two...
[2 replies] Last: Thanks ModShop. (by gaflhy)
May 2012 Pages: 1... 2122232425... 59
  Archived months: [apr2012] [jun2012]

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