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...
[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...
[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...
[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...
[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...
[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 ...
[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...
[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...
[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 ...
[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...
[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 ) { ...
[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...
[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...
[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,...
[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...
[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...
[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 ...
[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...
[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...
[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...
[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.