by hakeris1010
Code::Blocks doesn't recognize C++11 !!!
|
|
[2 replies] Last: The default codeblocks compiler doesn't support std::thread (by Yanson)
|
by DevTK
Virtual & Template method
|
|
[5 replies] Last: One can do the other way too: class base { virtual void write_impl(... (by keskiverto)
|
by jcra1992
Help with 2 dimension array of char
|
|
[7 replies] Last: I'll take just some bits: check_low = rainfall_array ; int lowestMont... (by keskiverto)
|
by jonmackey22
Building a simple program? Help with output
|
|
[6 replies] Last: Shouldn't it be cout<<std::setprecision(2);?? I don't know, I've nev... (by TheBeardedQuack)
|
by Gyiove
Creating costom function param header and passing that.
|
|
[8 replies] Last: > Basically i want to create a dynamic function params header i guess.... (by JLBorges)
|
Matrices #2- Please Help Fellow Programmers! |
|
[3 replies] Last: Arrays other than one-dimensional are a bit tricky. There are third-p... (by keskiverto)
|
by wh1t3crayon
Cannot access private member declared in one class BUT I can in another class (1,2)
|
|
[26 replies] Last: Passing by reference is efficient for anything larger than primitive t... (by LB)
|
by gopal2773
Which is Best Encryption Algorithm
|
|
[1 reply] : https://konklone.com/post/why-google-is-hurrying-the-web-to-kill-sha-1 (by mutexe)
|
by gopal2773
MD5 Encryption and Decryption
|
|
[4 replies] Last: Thanks guys. i understand the md5 hash algorithm (by gopal2773)
|
by fang2
Need tutorial on writing this program please
|
|
[6 replies] Last: Won't this work?? #include <iostream> int main() { int n = 4; ... (by avadhootp)
|
by hakeris1010
Using resources in executable.
|
|
[2 replies] Last: Personally i use windows, but i want a cross-platform answer (if it is... (by hakeris1010)
|
by Kubani
How to make a shape outside of main()
|
|
[4 replies] Last: That answer is a kind of else question! Also (as I said) I want use of... (by Kubani)
|
Matrix Operations - Help ! |
|
[3 replies] Last: never mind, i found the problem. Thanks so much ! : )) (by MazharMustapha)
|
by sebz92
duplicate array
|
|
[3 replies] Last: The duplicate is completely independent of the original. First string... (by Chervil)
|
by roger911
Time
|
|
[3 replies] Last: > wouldn't it be possible if you used an external source for atomic cl... (by JLBorges)
|
by primem0ver
Problem with abstract classes and inheritance
|
|
[4 replies] Last: You should use public inheritance, but I guess that is just another m... (by primem0ver)
|
by shoqi
Multi dimentional Arrays.
|
|
[3 replies] Last: Could you copy and paste the exact errors you are getting? (by LB)
|
by UniqueZ
Low level callback hook issue
|
|
[3 replies] Last: Oh my god why no reply? (by UniqueZ)
|
by nicow
std::forward : 'forward' is not a member of 'std'
|
|
[3 replies] Last: > It now turns into an error if I explicitely add -std=c++11 It sho... (by JLBorges)
|
by sya0524
Get out from loop
|
|
[1 reply] : Please, use code tags and informative indentation. See http://www.cplu... (by keskiverto)
|