General C++ Programming - December 2015 (Page 4)

by Gyiove
Libraries that download url content without using boost?
 
Hello! Does anyone know a library for windows/linux ( it can be only windows too ) what download url content ( html ) and doesn't use boost? Thanks!
[3 replies] Last: thanks Thomas, i didn't know that windows had something like this. (by Gyiove)
Building boost for MinGW
 
Hello' Guys, I've been trying to build Boost with Mingw, but for some reason I'm having troubles making it run along. Here is how I compiled it: ------------...
[1 reply] : I don't think you need to add -lboost_filesystem and -lboost_system to... (by Yanson)
by Aceix
iOS project to complete within limited time
 
Hello, I have a project to complete within a very short time period so is there a way I can programme iOS wioth C++ because I doubt I can finish the Obj-C be...
[2 replies] Last: Ok. So any suggestion on a good and up-to-date Obj-C compiler? ...and ... (by Aceix)
by RuiQi
Save to file - Permanent while loop
 
Hello forum, I am trying to write some data into a file in a while loop as shown below. The problem is, myfile.open keeps getting called and hence the text f...
[1 reply] : static std::ofstream my_file( "Test" + std::to_string(TID) + ".txt" )... (by JLBorges)
by RuiQi
Write to file - Multithread (OpenMP)
 
Hello forum, I have 6 files that are going to be written to from 6 separate threads. How do I do this ? omp_set_num_threads(6); #pragma omp parallel sh...
[no replies]
Need help with tic tac toe game using inheritance please,, much appreciated!!!
 
(If other header or cpp files are necessary, I will provide them accordingly) here is the compiler error I'm receiving: Undefined symbols for architectur...
[1 reply] : Please don't post the same question more than once. http://www.cplusp... (by Moschops)
by ACD
Returning dynamic memory properly
 
greetings! ive got a sexy little method, which allocates some dynamic memory to read some data from a socket and return its contents (shortened slightly for be...
[4 replies] Last: use vectors? xDDD cheers! also having a closer look at them and no pro... (by ACD)
Immutable list
 
Hello everyone, I wonder if there is a standard way to get immutable list from regular STL list. A fail-safe list is better but I would appreciate any suggest...
[2 replies] Last: #include <list> int main() { std::list<int> mutable_list = { 1, ... (by cire)
Using third-party MIDI source files?
 
Hey all, I am trying to use a third-party MIDI source library and files and I have a few questions on it. I did contact the guy who wrote the source files but ...
[no replies]
by guru23
CLasses with arrays
 
Hello, I'm trying to figure out how to print this class which contains an array filled with random numbers. My code is obviously throwing me an error that ...
[3 replies] Last: You're welcome <3 (by TarikNeaj)
Printing in C
 
Hello, My simple C and chess learning continues as I try to print a chessboard on the console. I look forward for helpful replies, but not necessarily a comp...
[5 replies] Last: Hi, that's actually not what I meant. Then I don't know what you mea... (by AbstractionAnon)
DON'T REGARD THIS
 
// Example program #include <iostream> #include <string> using namespace std; int main() { srand(); int player1points = 100; int player2points = ...
[2 replies] Last: And I thought by your 16th post you'd know how to use code tags - http... (by TarikNeaj)
Help With Binary Trees Project
 
How do I start this off? I'm very new to C++. Your program should begin by prompting the user for a filename. Then, open that file and use it as necessary ...
[1 reply] : How can we help and what exactly do you need help with? What have you... (by kbw)
by ahmmkh
editing html tags with c++
 
my question is about edit some inputs in webpage with c++ for example : i have website with 1 input box with type att = text and enter button so i want the c++...
[1 reply] : What is the context? And why C++? (by kbw)
Help With Binary Trees Project Please
 
Hi there. Could I get some assistance on my Binary Trees project? Your program should begin by prompting the user for a filename. Then, open that file an...
[2 replies] Last: There are two main parts to this problem. One is the binary tree. The ... (by dhayden)
HELP!!! Dynamic Memory
 
I'm Writing a basic RPG Engine and i'm reading data from a .txt file and taking that data to create different dynamic objects based on what i read from the file...
[17 replies] Last: Thanks!! Seriously!! I'm self taught and its helpful in learning to ge... (by seanjintix)
by aeck
The largest signed integer number, base 8, that can be store in a variable of type BYTE
 
The largest signed integer number, base 8, that can be store in a variable of type BYTE is __________ The smallest signed integer number, base 8, that can be...
[7 replies] Last: Is this correct now? Yes, I think so. Let's consider it in binary... (by Chervil)
Problems with Wiiuse
 
I am attempting to program a Wii remote using the Wiiuse library written in C. I downloaded the Wiiuse library and copied the contents of the src folder to the ...
[no replies]
Enumerations
 
Hey guys i'm working on a game using enumerations as my game states, for some reason this does not work,look at my exit statement, for some reason setting it to...
[2 replies] Last: The things you define in an enum are not variables, they're definition... (by booradley60)
Solving problem with nested loops.
 
Hello I have to make program that solves equation like this: x=y*E*6.6(0.7-z) where 'z' is going from -1 to 5 with step size 0.2 .When 'z' is between 0.6 and ...
[14 replies] Last: @ Ashckroft I would recommend getting a better compiler, clang with... (by TheIdeasMan)
December 2015 Pages: 123456... 22
  Archived months: [nov2015] [jan2016]

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