by AVM8
Get total number of elements in queue
|
|
[2 replies] Last: LB thank you very much. (by AVM8)
|
by jravenzx6r
Output Formatting Question
|
|
[7 replies] Last: count1 /= count1; This sets count1 to 1 instead of 0, so of course... (by LB)
|
by ChajusSaib
std::hexfloat and std::defaultfloat not found
|
|
[4 replies] Last: @JLBorges Cheers for the reply buddy. I will update both clang and g+... (by ChajusSaib)
|
by ReaverZail
Having some trouble
|
|
[7 replies] Last: Thank you guys for the help. I got it to work! lol. An yeah CodeWrite... (by ReaverZail)
|
by fguy
Brain cramp
|
|
[3 replies] Last: lol thanks (by fguy)
|
by axxotador
invalid operands to binary expression ('int' and 'string'
|
|
[4 replies] Last: ok (by axxotador)
|
by fullchaos13
Trouble with _TCHAR and using _tcslen
|
|
[6 replies] Last: @JLBorges Thanks a lot mate! Including <tchar.h> made the program run.... (by fullchaos13)
|
by ygkuan
Numbers containing digit 1,2 and 3
|
|
[4 replies] Last: And now for some fun mathematical reading: http://www.cut-the-knot.org... (by Duthomhas)
|
by fumbles22
Program isn't working with big numbers (or maybe small) + floating point exception?
|
|
[7 replies] Last: [quote=fumbles22]I'll dabble in J after I get reacquainted with C++. A... (by kevinkjt2000)
|
by fguy
nested range-for loops and arrays of arrays
|
|
[4 replies] Last: ok that works, thanks. (by fguy)
|
by KMagic
[SDL2] - Where is the error text displayed?
|
|
[2 replies] Last: Does SDL 2 on Windows redirect all output to files named stdout.txt an... (by Peter87)
|
by newguyhere
Question about string
|
|
[6 replies] Last: If pre-compiled headers are being used, turn them off: Project => Prop... (by JLBorges)
|
by DBBJAF
using a class (MFC) in Console application
|
|
[1 reply] : i asked my question from author and he said me that it can use it, be ... (by DBBJAF)
|
by YowHow
Unknown Override specifier. Noob question
|
|
[6 replies] Last: I see. so thats why. its weird though, I thought that pragma once w... (by YowHow)
|
by YowHow
Im still confuse at Rvalue and Lvalue
|
|
[3 replies] Last: I see.. Thanks guys. I think I get it somehow. (by YowHow)
|
by UCLA
Including 2 classes in headers
|
|
[6 replies] Last: Note that you use Node inside class Trie, so near the top of trie.h, y... (by dhayden)
|
by teed999
Editing element of a parallel array
|
|
[8 replies] Last: Oh, I get it. "waSHiNGtOn,geOrGe, 8" is all one string. void to_tit... (by Duthomhas)
|
by neville1967
user input validation
|
|
[4 replies] Last: fumbles22, To test a program just make up the data or write a program... (by CodeWriter)
|
by helios103
Pointers and array problem.
|
|
[2 replies] Last: A visualization of what happens when you increment a pointer: myarray:... (by MiiNiPaa)
|
by fumbles22
Segmentation fault?
|
|
[2 replies] Last: Thanks! I'll have to remember that a segmentation fault is a memory p... (by fumbles22)
|