General C++ Programming - July 2013 (Page 26)

by TTT
Boost::asio
 
Hi all, I have problem while sending HTTP request with header by boost::asio, if somebody has done i...
[2 replies] Last: Yes you're right, but at first I wrote http than I've changed to http... (by TTT)
by aj3423
simple regex doesn't match
 
#include <iostream> #include <string> #include <regex> using namespace std; int main() { st...
[5 replies] Last: why the current implementation just quietly fails in some instances ... (by Cubbi)
Is this proper programming?
 
here is my simple calculator. #include <iostream> /// my includes #include <string> using na...
[11 replies] Last: cool i was just guess/wondering that you knew. (by CrazyKane)
A simple question
 
Helloeveryone, I don't understand an exercise in my book. What he want me to do? 4. Write ...
[11 replies] Last: @Captain It is not a problem Captain. @Peter87 Thanks. (by closed account 1v5E3TCk)
by sjahf7
Problem With Inheritance
 
I may be misunderstanding the concept of inheritance, but I'd like to shove a bunch of derived class...
[1 reply] : You declared the list as having type parent. So it has objects of type... (by vlad from moscow)
Strange random dungeon generation wrapping
 
I wrote a very simple dungeon generator today. I am having a strange issue where if a room goes too ...
[2 replies] Last: Yes, my problem is that the array is having a block of 1's filled from... (by jim hurley)
Background picture
 
I made a menu, and I wanted to know if there is some kind of code that oh ya I have a background pic...
[1 reply] : sfml (by closed account Dy7SLyTq)
by sweezy
Simple C++ Question. Doesn't make any sense
 
Does not make any sense why this code isn't working. Here are my instructions: NOTE: in mathema...
[4 replies] Last: double length; length = sqrt(areaOfSquare); std::cout << length << ... (by TheIdeasMan)
I need a program that will....just read and youll see.
 
Ok, can someone tell me how to like in the menu I am making I can press the options section is there...
[2 replies] Last: Could you tell me what could to put in the options though to make the ... (by EliteGamesIndustries)
Code Problem
 
I have a problem with the searchzip function This is the zip code and city 60561 Darien 60544...
[7 replies] Last: Thanks (by smartgurl)
error: declaration of 'operator[]' as non-function
 
Wow, I feel like I'm spamming these boards. Stupid GCC errors. This is my code(again!): #in...
[2 replies] Last: being() was probably also a typo of begin() (by Zhuge)
error: expected primary-expression before ';' token
 
I have this code: #include <vector> #include <iterator> #include <algorithm> #include <exce...
[2 replies] Last: You have to throw objects... you cannot throw a class name. list_not... (by Disch)
by coder1
code problem
 
hello, my code takes as input the number of fractions then the fractions which are either 1/4,1/2,3/...
[7 replies] Last: Glad you managed to solve it! (by MikeyBoy)
Code prob
 
I want to display only the zip codes but when I enter 2 I get both zip code and city, I just need ...
[3 replies] Last: Look at the definition of your displayZip method. Can you see where... (by MikeyBoy)
Left and right bracket operators
 
I know how to implement the reading operators but I don't understand the ones to change values. i....
[1 reply] : The second operator is passing back a reference to an int. This is a ... (by MikeyBoy)
Menu Help!
 
Here is a code I created and I need some help with the errors in it! Thanks:code #include <iost...
[13 replies] Last: Look at line 155 of your code. Presumably there is an open-brace ther... (by MikeyBoy)
by Lothp
Did I code this class right?
 
The code below runs when compiled, but I'm not sure if theName is saved as part of the object play...
[4 replies] Last: Thanks, it's gonna take me awhile to look through all of this, but I'l... (by Lothp)
factorize an integer into p and q
 
i have the following problem to solve.... im unable even to start with an idea....can anybody help m...
[8 replies] Last: By the way in my opinion the assignment is stupid because j will be al... (by vlad from moscow)
Small problem in codeblocks
 
I want to display only the zip codes but when I enter 2 I get both zip code and city, I just need he...
[no replies]
Hello World Issues. I R humbled N00b.
 
Greetings, friends. Here's my issue. I've been having trouble getting the Hello World to launch ...
[6 replies] Last: > std::cin get() ; > If I'm using the std namespace then why does it m... (by JLBorges)
July 2013 Pages: 1... 2425262728... 34
  Archived months: [jun2013] [aug2013]

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