Why is the program giving me odd characters after Chinese characters? |
|
[7 replies] Last: Do the non-reversed Chinese characters appear correctly? (by Peter87)
|
by sonkun
Reducing the complexity of an algorithm
|
|
[3 replies] Last: There is a much better algorithm, N log N : https://www.geeksforgeeks.... (by tpb)
|
by agelakute
Sets and Maps, function wont compile.
|
|
[2 replies] Last: Thank you Repeater, I was able to complete my assignment. Cheers (by agelakute)
|
by adam2016
dissecting a hamster(yes a coding question)
|
|
[1 reply] : he tests for if (m_string) but m_string is not a boolean variable so ... (by tpb)
|
by stav
Changing project structures and incldues problem?
|
|
[1 reply] : As long as a) there are no duplicate files in the project, and b) you ... (by helios)
|
by rajekdelta
vector subscript out of range
|
|
[6 replies] Last: That was the problem. Thank you! (by rajekdelta)
|
by MBANS7A1
C++ code access violation writing location during debugging
|
|
[1 reply] : Your code seems to have the very same problem as this program: /* ... (by keskiverto)
|
by d1g1talarts
Binary Search
|
|
[4 replies] Last: I am an idiot. i need to be checking the location. not the value. Than... (by d1g1talarts)
|
by coloure
Expected Primary Expression Error | Assignment of Double Function
|
|
[3 replies] Last: Thank you guys so much! I also had a different error in my original co... (by coloure)
|
by Mathes
SFINEA and implicit type conversion
|
|
[2 replies] Last: Hi Peter, you are absolutely right, it should be declval<T> instead... (by Mathes)
|
by ED201
can somebody help with programing arduino due
|
|
[2 replies] Last: this is what I though I would do something like writing to array I ca... (by ED201)
|
by rajekdelta
Help me, I'm not good at this stuff
|
|
[6 replies] Last: You're welcome - hope it helped! (by MikeyBoy)
|
by sfxhewitt
Manual bomb placement in minesweeper
|
|
[2 replies] Last: Sorry, I'm quite the noob, could you put that into my code? I can't ev... (by sfxhewitt)
|
by d1g1talarts
Merge sort with Vectors
|
|
[8 replies] Last: output spits out 1 7 12 15 13 9 11 10 5 8 14 6 3 4 2 You did not sh... (by keskiverto)
|
by alex067
Help with this game!
|
|
[17 replies] Last: Hello, @alex067. The line counts the number of adjacent cells (e.g. ... (by lastchance)
|
by hassanAman
Splitting Strings into String arrays
|
|
[3 replies] Last: Yes, it could be written with getline like this: vector<string> spli... (by tpb)
|
by emmajohn847
Guidance needed urgently...!
|
|
[no replies]
|
by Luthor
help: list<struct> of list<string>
|
|
[9 replies] Last: Since memory is an issue, consider using forward_list instead of list.... (by dhayden)
|
by warchief
why reinterpret_cast works while memcpy() not
|
|
[3 replies] Last: Sorry, I added wrong topic name, the correct is: why memcpy() works wh... (by warchief)
|
by ahaana
getting error: invalid conversion from 'TTcell (*)[30][30]' to 'int' [-fpermissive] int insertdata (cl)
|
|
[4 replies] Last: Lets have a function declaration: int foo( bar ); What is the 'foo'?... (by keskiverto)
|