General C++ Programming - August 2014 (Page 21)

ifstream reader and iterations
 
I'm reading Mike McGrath's book on C++. This page I'm on is suppose to read an inut file and count t...
[2 replies] Last: Thanks, I've moved reader.close(); to the bottom but it still has the ... (by NewCComer)
by dmauk
Looking for Assistance on a Program - Stack
 
I have written a program that asks a user to input a string of digits, accepting a decimal as well, ...
[6 replies] Last: You have lots of compile errors in your code. Line 2: Correct hea... (by AbstractionAnon)
no Windows Form Application
 
http://msdn.microsoft.com/en-us/library/ms235634%28v=vs.80%29.aspx It says select Windows Forms app...
[no replies]
URGENT help needed please! Tic Tac Toe game upgraded!
 
Hello everyone! I have recently taken up C++ as a new hobby and have just finished going through the...
[1 reply] : I understand you think this is an urgent request for help, but please ... (by wildblue)
class_CallMemberFunction
 
hello, i am getting an error message saying that the float is not declared in line 14. tho this prog...
[2 replies] Last: ok now i feel like an idiot i cant believe i overlooked that! thank yo... (by MaseratiDeluxe)
C++ Networking
 
Hello everyone, my question is how could I transfer a .txt file from Computer A to Computer B using ...
[3 replies] Last: I think it depends on the OS you are using. In Windows, you could use ... (by fcantoro)
program with boost::serialization
 
I am writing program with boost::serialization and output with text archive. after I write the objec...
[4 replies] Last: thx, the problem is solved though I dont know why. I implemented the s... (by breadbread1984)
Need Urgent Help Fixing Errors in Program
 
I'm creating a space simulator program for uni and I've got 3 errors that I just can't seem to fix. ...
[10 replies] Last: This #include "ItemFactory.h" Items *newItems(string &description) { ... (by kbw)
how to send yahoo mail using basic socket program
 
Hi, I am trying to send yahoo mail using socket program. Using the commands like ehlo, starttls, a...
[1 reply] : You're using Windows, right? If then, I'll take a look... (by iQChange)
Error:Declarartion terminated incorrect
 
Hello Everyone ! My name is raymond and I am new to this site I do not have much knowledge of C++ ...
[6 replies] Last: Thank U sir may U live a hundred years...your right it could be at ran... (by raymondgeorge1982)
SDL rendering texture to another texture
 
I am trying to convert a graphical user interface that I developed using SDL1.2 to SDL2.0. My GUI us...
[no replies]
The <<= operator in ostrstream
 
Hi All, I'm working on an old code and seen the following usage of the ostrstream class: ....
[4 replies] Last: Hi Cubbi, You were right, on my side the stand-alone program doesn'... (by CPP2012)
Windows Form Vending Machine, Need Help School Project
 
Help on school Project, regarding Vending machine, i really need help as my grades are really poor, ...
[no replies]
removing a substring
 
Hello. I have a C-based string. trying to remove some sub-string, I got at: char str ="alireza ta...
[7 replies] Last: #include <iostream> #include <cstring> using namespace std; int mai... (by naraku9333)
Unordered_map
 
Hi, Could you tell what is the hash function used to map key<->value pair in an Unordered_map? Is...
[1 reply] : It depends on your compiler. You can modify its behavior using the "co... (by Duthomhas)
how to make a dockwidget have 'pin' effect in Qt
 
hi~,i have a issue. i want to make a dockwidget have 'pin' effect in Qt, but i can't find a good met...
[no replies]
by sbas10
If Statements
 
When I compile this it skips the over my error checking and ends the program. Can anyone point out w...
[2 replies] Last: Thanks! I just had to changed the all the "Greater than" signs to "Les... (by sbas10)
error: no matching function for call to
 
I'm serious stuck and really need some help. I'm working on a calorie counter. It's a simple progr...
[1 reply] : if you pass a vector of Nutriant to seqOrderedSearch the second parame... (by Yanson)
unbuffered output need, not working
 
#include <iostream> #include <conio.h> using namespace std; int main(){ char c; wh...
[2 replies] Last: woops my google research too makes me realize the truthfulness of this... (by danicpp)
Need help with Code Errors
 
Hi, I am new to C++. This code wasn't showing errors, but when I debug it, I get errors. Any pointer...
[2 replies] Last: Line 238, 245: Salaried default constructor defined twice. Line 239... (by AbstractionAnon)
August 2014 Pages: 1... 1920212223... 25
  Archived months: [jul2014] [sep2014]

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