by bythescruff
Well-written parallelised code using C++11 features?
|
|
[1 reply] : Perhaps https://github.com/schlangster/cpp.react ? (by LB)
|
by starzz0346
Need Help with my code please!!!!
|
|
[3 replies] Last: #include<iostream> using namespace std; //Sample of how to do what I... (by shamieh)
|
by Ezrar
GetWindowText not returning all values
|
|
[2 replies] Last: @coder777 Thanks for the quick response and answer, GetWindowText c... (by Ezrar)
|
by hapi
please help me write code for this problem
|
|
[2 replies] Last: can i send you my code and you help me check? because i scare my frien... (by hapi)
|
by ryanjoshiii
Randomize (1,2)
|
|
[23 replies] Last: Thanks sir. Gonna watch his video :) And thanks sir because it's okay ... (by ryanjoshiii)
|
by Vader1994
Dynamic arrays
|
|
[7 replies] Last: What would you want the program to do? Cuz if you use integers, it pri... (by TarikNeaj)
|
by Nii Tycoon
I need a little help with my code
|
|
[2 replies] Last: Also lines 33, 43, 54 etc are pretty strange, you are basically output... (by ashleybrown2)
|
by Redhead
Overruling new and delete
|
|
[1 reply] : Show some code, a skeleton class B with the overloaded new and delete,... (by tipaye)
|
by Kristofferkh
List with numbers biggest to smallest
|
|
[3 replies] Last: ok so ive done this, but i cant get it to make a list. I dont understa... (by Kristofferkh)
|
by vtk
how do i get this function to search the array for a title or author and show it, anyone any ideas
|
|
[1 reply] : You need to move the "No Matches" branch outside of the loop: do { cou... (by coder777)
|
Graphs - data structures |
|
[1 reply] : The data structure is relatively simple: struct binary_tree_node { .... (by coder777)
|
by Kronos90
Determine the points from a set of coordinates that will form a line
|
|
[10 replies] Last: @ne555 It's obviously a recursive. You're not willing to wrap your min... (by coder777)
|
Ordered Linked List Iterator |
|
[2 replies] Last: Iterator does in linked list exact same thing what it does in vector, ... (by MiiNiPaa)
|
by welhour0
I'm trying to find the class average but its displaying random numbers in a row. What's my mistake?
|
|
[9 replies] Last: I JUST FIGURED OUT MY MISTAKE!!!!!!!!!! :D:D:D:D It was: void classa... (by welhour0)
|
repeating loop/function |
|
[3 replies] Last: thank you so much! I initialized my sum variable. (by believedancer)
|
by Austin J
Boost zlib filter help?
|
|
[2 replies] Last: For some reason, push() doesn't seem to be a member of iostreams::filt... (by Austin J)
|
by riyer
Find String In String Vector
|
|
[1 reply] : The files Dumpling2.txt is a word maze file and Dictionary is a `dicti... (by riyer)
|
by conanGuik
Help about Compiler error 2016
|
|
[1 reply] : Show how lstFrmBlkTm1 is declared. Please copy and paste the exact ... (by LB)
|
by jae0014
I need help on my coding
|
|
[2 replies] Last: Thank YOU SO MUCH ! (by jae0014)
|
by ryanjoshiii
Vending Machine
|
|
[17 replies] Last: Look at lines 26 - 35. Those lines run on every iteration of the loop... (by MikeyBoy)
|