by adam2016
writing your own application layer protocol
|
|
[4 replies] Last: If you notice this before people reply to both delete one of them... (by jonnin)
|
by PRINCEBOY2X
Finding weather calculations using arrays
|
|
[3 replies] Last: its the same as warm. int Coldest(const int A , int n) { int cold = ... (by jonnin)
|
by tinatina
sideway number pattern
|
|
[2 replies] Last: a better way I’d go with the double loop (an inner loop inside ano... (by Enoizat)
|
by colt
Remotion of exit (-1) leads to segfault BEFORE exit (-1)
|
|
[3 replies] Last: You should review functions in your favorite textbook. Color Color::... (by mbozzi)
|
Changing '7' to 7 (char to int)? |
|
[8 replies] Last: I see what I did wrong while trying to.... You learned something val... (by deleted account xyzzy)
|
new and std::make_shared |
|
[1 reply] : p.reset( std::make_shared<std::set<int>>() ); p = std::make_shared<... (by Peter87)
|
by sindhu05
Giving a slightly wrong input (Finding Increasing/Decreasing Interval of a Polynomial function)
|
|
[5 replies] Last: [edit - tag code as code, not output] You're actually hurting yourself... (by dhayden)
|
Need help linked list |
|
[4 replies] Last: Why do you insert at the tail of the list instead of at the head, whic... (by dhayden)
|
by duuuuuuucky
cout not working when using string
|
|
[10 replies] Last: The Problem You left out the information about using French outpu... (by Duthomhas)
|
compiler error at returning a reference |
|
[2 replies] Last: Thanks, this works :-) (by nuderobmonkey)
|
by madelinex19
hw question
|
|
[3 replies] Last: It depends on your point of view. Look at it from one side you can't t... (by MikeStgt)
|
Your favourite C++ engine |
|
[5 replies] Last: [quote=malibor]standard libraries, DirectX, XAudio2, CNG, and the rest... (by deleted account xyzzy)
|
One or more multiply defined symbols found. |
|
[3 replies] Last: > EDIT: Changing the code in my main file to include "game.hpp" instea... (by salem c)
|
by Denvor
triangle bumps
|
|
[2 replies] Last: #include <iostream> using namespace std; void row( int n, char symbo... (by lastchance)
|
by hazardis
I don't understand this error feedback
|
|
[1 reply] : 1. Please edit your post to put [co de] tags around your code. > ma... (by salem c)
|
Constructor with two parameters |
|
[1 reply] : template < typename U, size_t N > class Bar { public: //... (by JLBorges)
|
by Pop007
error: 'biblio::Reference::Reference' names the constructor, not the type
|
|
[2 replies] Last: I have find out...all I have do is a Reference* Reference::clone() con... (by Pop007)
|
by JUAN DENT
[Boost].DI template injection does not work as expected
|
|
[12 replies] Last: Downloading a header file to one's computer won't help, though. It ... (by mbozzi)
|
by kassandra
Help with stripped diamond
|
|
[4 replies] Last: #include <iostream> #include <string> #include <algorithm> using name... (by lastchance)
|
Android Studio c++ cocos2d-x error "Java: Invalide source release: 11" |
|
[1 reply] : This has nothing to do with C++, it has to do with the emulator so I d... (by Grime)
|