multi-threaded sorting program |
|
[5 replies] Last: Oh... Well, usually, you want to have one sorting algorithm implemen... (by m4ster r0shi)
|
by rpar
deprecated conversion from string const to char*
|
|
[2 replies] Last: thanks Zhuge for quick reply, i understand the why... but dont get it ... (by rpar)
|
by Sergio471
double to float and caused problems
|
|
[3 replies] Last: Search/replace and use a typedef like suggested. #define double float... (by firedraco)
|
by naaokth
Registration of arguments acquired using variadic templates and tuples unpacking question.
|
|
[7 replies] Last: I was not aware of the move C++ technique and Rvalue references (I am ... (by naaokth)
|
by iiiiaann
Sentence Tree Program Issues
|
|
[2 replies] Last: mind explaining a bit? EDIT: seem to have fixed it(i think) ... (by iiiiaann)
|
by sonicrobby
Help me with XOR encryption? (1,2)
|
|
[20 replies] Last: it's a useless attempt at ambiguating the results =) It this weren't ... (by ultifinitus)
|
by HappyDas
Converting input to integer on one line
|
|
[2 replies] Last: That works, but it wasn't exactly what I was looking for. Thanks. ^_^ (by HappyDas)
|
by ashly
files .ini
|
|
[5 replies] Last: Thanks a lot PanGalactic you made all the project's classes clear now ... (by ashly)
|
by jackel7777
const reference to stl vector
|
|
[4 replies] Last: vector::begin() is overloaded (one const) and which one is called can ... (by moorecm)
|
PLEASE HELP ME MAKE MY CODES SHORTER USING FUNCTIONS |
|
[4 replies] Last: Try with Question questions ; questions = Question("= CATEGORY: H... (by naaokth)
|
sscanf help, please :) |
|
[5 replies] Last: You don't need to additionally specify 's' suffix when already using t... (by simeonz)
|
by nushki
system() function, evoke other programms grom *.cpp
|
|
[6 replies] Last: this earth - Orion game sounds fun!!! thank you for your reply. It'... (by nushki)
|
by WarPhalange
Creating vector of objects.
|
|
[2 replies] Last: Sorry, that's a typo. I'll fix it. Thanks. (by WarPhalange)
|
by tkauffman2
Why won't input read first double?
|
|
[1 reply] : Why do you read a single character in first? Lines 19, 20: char expr... (by closed account D80DSL3A)
|
by avnis
i need help at figuring this out
|
|
[no replies]
|
by sean999
Command Line Warnings
|
|
[no replies]
|
by DeviantSpy
Problem with function
|
|
[2 replies] Last: You can only return one value from an function. :/ When you pass vari... (by Albatross)
|
by nickd1085
Newbie here, could use some help :)
|
|
[14 replies] Last: Programmers don't fall asleep or get tired It's natural for humans t... (by closed account zb0S216C)
|
by dinosaur
c++ dll protection
|
|
[13 replies] Last: You are wasting your time to do all this super complex stuff. If you ... (by Duthomhas)
|
problem to link c++ and fortran |
|
[4 replies] Last: Thank you all for your answers. Finally, I have found my mistake. It w... (by nicolas bachelard)
|