Customer methods, in serveral classes |
|
[6 replies] Last: the methods I use all the time for data validation and such in the cu... (by AbstractionAnon)
|
by kdstar
SUm of Items
|
|
[4 replies] Last: A websearch with "zero-initialize" finds useful things. Please, use t... (by keskiverto)
|
by bbbeee
Stumped on a project
|
|
[1 reply] : Part of your problem is probably contained in the following snippet: ... (by jlb)
|
by Colin747
Explaining current local time function
|
|
[1 reply] : tm: http://www.cplusplus.com/reference/ctime/tm/ strftime: http://www... (by mutexe)
|
by MacC
Dev-C++ Class Browser Problem
|
|
[no replies]
|
by Nikko YL
(Reaction game) Discard all char before the user reacts (by pressing enter)
|
|
[2 replies] Last: Do you mean in while (chrono::system_clock::now() < timesup) ? If so,... (by Nikko YL)
|
by sjabat
T3st sc0re with name
|
|
[12 replies] Last: Thanks btw big help (by sjabat)
|
by SVcpp
cs162_lab4.cpp:29:38: error: invalid conversion from ‘char’ to ‘char*’ [-fpermissive]
|
|
[1 reply] : You've defined course as a char - holding a single character, but your... (by wildblue)
|
by Bad Reg
<fstream> error at build (error code in post)
|
|
[4 replies] Last: So I'd be looking for? ofstream file1(fileinfo.c_str()) ? I will def... (by Bad Reg)
|
by SVcpp
invalid conversion from ‘int’ to ‘int*’ ?
|
|
[2 replies] Last: At first look, you have course declared as an int, but passing that in... (by Ganado)
|
by michaelws
Can anyone recommend a good compiler for win 8 64bbit
|
|
[6 replies] Last: http://blog.smartbear.com/codereviewer/15-code-editors-for-the-ipad-fo... (by giblit)
|
by SVcpp
Shadowing?
|
|
[5 replies] Last: You can say void user_name (char first , char last ) BUT this doesn... (by helios)
|
by Arnna
Looking for feedback
|
|
[1 reply] : All those iterators, particularly the end()-1, scare me. There is not... (by keskiverto)
|
by Geranimo
typename?
|
|
[3 replies] Last: As to why http://www.parashift.com/c++-faq/nondependent-name-lookup-ty... (by ne555)
|
by kaiwei
Problem when writing Kosaraju’s algorithm on Mac
|
|
[1 reply] : ¿is that a build error? If that's the case, show your build command a... (by ne555)
|
by EzraJN
SetCursorPos does not seem to work
|
|
[1 reply] : It works fine. SetCursorPos sets the mouse cursor. If you are inte... (by Disch)
|
by kparker
Structs in Arrays: newb question
|
|
[3 replies] Last: Hi Anon, I implemented the recommended changes and now everything is ... (by kparker)
|
by wharp2
Beginners struggles
|
|
[5 replies] Last: Line 79-84 is the definition of a struct. It is not a variable and sh... (by cire)
|
by Resonance
Transferring data across functions
|
|
[3 replies] Last: @jib, @Disch +1 Thank you both ^_^ I finally figured it out. ... (by Resonance)
|
by buddha87
Why I declare an extern variable in header file but it still can't be used as global??
|
|
[4 replies] Last: Thanks very much. (by buddha87)
|