by op10
Problem with a array of strings
|
|
[5 replies] Last: #include <iostream> #include <string> #include <vector> //... (by lastchance)
|
by PhysicsIsFun
ifstream with wrong filename
|
|
[3 replies] Last: Thank you guys! (by PhysicsIsFun)
|
by Roy Leroux
Two problems: multiline and a two controls.
|
|
[no replies]
|
by bscruggs99
Where do I focus my learning for employment?
|
|
[4 replies] Last: Excellent information, thank you. I'm still learning such of that is s... (by bscruggs99)
|
by dpanovski
Pls help
|
|
[8 replies] Last: Thank you very much!!! (by dpanovski)
|
by PhysicsIsFun
path to output files
|
|
[3 replies] Last: Yes, no matter what method you try to use (absolute/relative) all the ... (by jlb)
|
by Zivojin
Destructor problem
|
|
[4 replies] Last: Define fuction defines Steps as Activity or State.provera=0 is a priva... (by Zivojin)
|
longest path in a tree( DFS ) |
|
[2 replies] Last: @ne555 Omg, thank you that helped so much!!! I used double dfs, one ... (by closed account 1vf9z8AR)
|
Depth first search(DFS) |
|
[4 replies] Last: ok. (by closed account 1vf9z8AR)
|
by bsr
exception error emergency!
|
|
[2 replies] Last: To elaborate on MikeyBoy's answer, consider a class with a constructor... (by dhayden)
|
by Zuerock
Calendar problems
|
|
[12 replies] Last: You just seem to be dumping copies of your code into this thread, with... (by MikeyBoy)
|
by Zivojin
Not getting same result
|
|
[3 replies] Last: If you're using C-style strings, then you need to learn to use the C s... (by MikeyBoy)
|
Quick sort with middle element as pivot |
|
[10 replies] Last: change the initial array then after partition the left part should be ... (by ne555)
|
by DellXT
How to rewrite code using class?
|
|
[6 replies] Last: @keskiverto Thanks! (by MikeyBoy)
|
by H00G0
getKeyState() equivalent only for program window?
|
|
[no replies]
|
by egslava
How to overload a function that receives a lambda?
|
|
[3 replies] Last: #include <iostream> #include <cstring> #include <functional> templat... (by JLBorges)
|
Levenshtein distance |
|
[4 replies] Last: bump (by closed account 1vf9z8AR)
|
by btoulouse
Removing vowels from a string
|
|
[6 replies] Last: #include <iostream> #include <string> #include <algorithm> #include <... (by JLBorges)
|
by gmancow
need help with fstream
|
|
[8 replies] Last: You don't return anything from your function showOptions . You're us... (by Ganado)
|
by studentbunga
coding
|
|
[1 reply] : http://www.cplusplus.com/reference/cmath/log/ y=x/log(x); (by Zivojin)
|