by tripydevin
Looking for a mentor!
|
|
[16 replies] Last: We have a cplusplus IRC channel where multiple people can try and answ... (by closed account S6k9GNh0)
|
by scarlettmoon
dualSort arrays - integer and string
|
|
[13 replies] Last: You are not supposed to change anything in your dualSort. Check this ... (by m4ster r0shi)
|
by oldnewbie
pointer question
|
|
[2 replies] Last: So ,since it uses "word" it may not put my objects in memory just one... (by oldnewbie)
|
by mothmann
Store bool in .txt
|
|
[no replies]
|
by TheKnight
Beginning C++
|
|
[4 replies] Last: I also think that I should directly go to C++. Just as Bazzy said.. T... (by TheKnight)
|
by CommanGuy
Using Unicode
|
|
[2 replies] Last: Is there a specific reason to why you opened this topic twice? (by hanst99)
|
by infestedboy
Sorting Characters and Integers in Arrays
|
|
[1 reply] : characters are integers. (by hamsterman)
|
by leomifare
How to read files in the Zip/Jar file? using (either C or C++)
|
|
[7 replies] Last: [quote=Disch]I made a .zip file reader/writer ... I should remake some... (by closed account z05DSL3A)
|
by dbailey7
Text Is Fine On One Box, On Another It's Not
|
|
[no replies]
|
by Neb1000
Sudoku solver problem.
|
|
[3 replies] Last: Ok I figured out the seg fault but now it gets stuck in an endless loo... (by Neb1000)
|
by loosmoose
error: expected primary-expression before 'float'
|
|
[8 replies] Last: Thank you soooooo much for helping me make me little fail calculator a... (by loosmoose)
|
by Sifat Ullah
c++ code
|
|
[3 replies] Last: Well I'm not going to do it for you, if that's what you're asking. If ... (by Zhuge)
|
by winecoding
a question on "argc >3 ? argv[i]:NULL"
|
|
[1 reply] : It's the conditional operator. http://cplusplus.com/doc/tutorial/oper... (by Zhuge)
|
by cagen
About sscanf() and sscanf_s()
|
|
[4 replies] Last: Thank you! It seems a huge task to learn these stuff :-D (by cagen)
|
by eviltwinkie
Calling derived function in base class
|
|
[8 replies] Last: Thank you! (by eviltwinkie)
|
by Whitian
Constructing neural net layers - problem defining floating point variable
|
|
[3 replies] Last: For anyone googling their way here with a similar issue regarding the ... (by Whitian)
|
by DingPhonh
Problem: Check a collision between 2 objects in graphics mode!
|
|
[2 replies] Last: The 'bar(x- wx/2, y-hy/2, x+wx/2, y+hy/2)' this is not the class bar, ... (by DingPhonh)
|
by fram234
cin.ignore problem
|
|
[2 replies] Last: I got it to work finally. It was the \n mistake. Correct line is cin.i... (by fram234)
|
by chaoschief
Touble with hello world
|
|
[15 replies] Last: hanst99, bboy212, leave him alone. This is not helping the atmosphere ... (by Albatross)
|
what is the advantage or disadvantage between these function? |
|
[8 replies] Last: Thanks, after your tutorial, I did it std::tr1::function<void()> n... (by stereoMatching)
|