[try Beta version]
Not logged in

Beginners - June 2013 (Page 36)

by vnii
A personal diary
 
Can someone help me improve my project. I am new to the programming field, and I am trying to make a...
Jun 8, 2013 at 11:50pm
[no replies]
CodeBlocks and Qt5.0.2 Installation Problem
 
Im using windows vista and running a codeblocks compiler as my default c++ compiler. Everything work...
Jun 8, 2013 at 11:45pm
[no replies]
while statements
 
I'm supposed to write a program that uses a while to sum the numbers from 50 to 100. Based on the e...
Jun 8, 2013 at 11:10pm
[8 replies] Last: Oh okay, I get it now. Thanks! (by lurksalot)
Is it ok to skip references?
 
Done with pointers and this chapter called "references" is like pointers, so if this is only the sam...
Jun 8, 2013 at 9:33pm
[5 replies] Last: Ideally, the chapter about references should have come before the chap... (by LB)
Functions
 
Below is my code, I am having problems with 4,5, and 6. I am not sure how to nest a function call t...
Jun 8, 2013 at 7:45pm
[5 replies] Last: > I am just not sure how to write the correct function with two argume... (by JLBorges)
Need help with Pancake Glutton exercise
 
I learned about arrays a couple days ago and just now started practicing them because I didn't know ...
Jun 8, 2013 at 7:03pm
[5 replies] Last: Well now I feel dumb, I should have seen that. Thanks for the help (by Dominic4774)
by jidder
Using a function once in a loop
 
Is there any way to make something happen once in a loop without using bools ? Heres some relevant c...
Jun 8, 2013 at 7:02pm
[5 replies] Last: No it runs multiple times but thanks anyway :) That call once function... (by jidder)
Register Then Login Then Go-F*ck-Yourself
 
Hi guys! I imagine a object oriented program called "Register Then Login Then Go F*ck Yourself" to p...
Jun 8, 2013 at 6:12pm
[1 reply] : //string* username = new string; string username; Also, check out i... (by ne555)
by szpt9m
for loop to read text file
 
Hi All, I want a for loop to loop thru each line of a text file. I want this in C programming ...
Jun 8, 2013 at 5:44pm
[6 replies] Last: He is saying instead of using namespace std; cout << "Hello" << en... (by Mitch)
Overloading > operator
 
Hi! I'm trying to overload the > (greater than) operator for my object Point. However my compiler ke...
Jun 8, 2013 at 5:12pm
[6 replies] Last: That's nice to know Andy. Thanks for your addition/correction! (by AirCoder)
Cant get message box to work
 
#include <iostream> #include <windows.h> using namespace std; int main ( int argc, char ^argv ) { ...
Jun 8, 2013 at 5:06pm
[3 replies] Last: so i added a result to open a webpage but it wont open #include <ios... (by Deadly Dark)
by madaxe
Learning But I Get Funky Error
 
Why do I get this error Error 1 error C3867: 'std::basic_istream<_Elem,_Traits>::get': function c...
Jun 8, 2013 at 4:31pm
[3 replies] Last: > I have read somewhere that the const key word should be used on prot... (by JLBorges)
Convertion Problem
 
Write your question here. I am writing a home assignment. I came a cross a problem that i can't fi...
Jun 8, 2013 at 4:18pm
[2 replies] Last: The error is clear; you cannot take a non-const address of literal 5. ... (by keskiverto)
Operator Overloading
 
Write your question here. Hey everyone, i need to write an operator overloading for ++ in two ways,...
Jun 8, 2013 at 3:34pm
[7 replies] Last: Thanks everyone for the help! (by Edward01)
how define function outside of class?
 
Write your question here. I trying to define a operator that use friend function, but not inside of...
Jun 8, 2013 at 3:05pm
[2 replies] Last: Instead of public: friend istream& operator >>(istream& cin, myarra... (by vlad from moscow)
Class inheritance problem
 
I have created multiple classes, some inherited from others. I have problem with the Class' ContSal...
Jun 8, 2013 at 3:01pm
[2 replies] Last: thanks and thanks for advice. it worked. i usually get stuck in small ... (by DynamicLink)
C++ question
 
This was the code that was given in a previous forum #include<iostream.h> #include<conio.h> void ...
Jun 8, 2013 at 1:08pm
[6 replies] Last: Thanks very much, that cleared it up. (by pronesti)
by piczim
How do I implament powers in a progra
 
I am wanting to learn how to implement a program using powers. Example 2^3=8 many thanks Rodn...
Jun 8, 2013 at 11:12am
[1 reply] : 2^3 = 2*2*2 Either use a loop for repeated multiplication, or use the ... (by Chervil)
Regex
 
The following code is straight off the pages of C++ Primer and flat out doesn't work. The error it t...
Jun 8, 2013 at 11:08am
[2 replies] Last: And to think an update is coming up next year. Thanks for the solution... (by Olysold)
Text file excersize.need help.
 
I have this code,i need to count how much there are letters in each word in a text file and cout tho...
Jun 8, 2013 at 11:03am
[2 replies] Last: Yes it doesnt compile:) any othet answers maybe? :) (by pushingreal)
June 2013 Pages: 1... 3435363738... 49
  Archived months: [may2013] [jul2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.