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...
[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 ma...
[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 progr...
[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 probl...
[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 ...
[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 compile...
[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...
[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...
[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 ...
[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 rand...
[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 ...
[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() { ...
[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 fo...
[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...
[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...
[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 ...
[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 _________...
[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 Wiiu...
[no replies]
Enumerations
 
Hey guys i'm working on a game using enumerations as my game states, for some reason this does not w...
[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 fr...
[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.