by GonlyG
maze pathfinder looping forever
|
|
[8 replies] Last: Because there, someone feels like he's helping ??? lol Where some peop... (by oneidacharisse)
|
Can someone recognise this error message and mention the potential reason plz... |
|
[11 replies] Last: > "C:\cygwin64\bin\g++.exe" -Wall -Wextra -Wpedantic -std=c++11 -o "He... (by salem c)
|
by volang
Separate code into multiple files
|
|
[17 replies] Last: What @jlb said. Also, namespaces inherently span multiple files. The... (by doug4)
|
by JUANDENT
Copy Elision for temporaries not working
|
|
[3 replies] Last: You should also be getting some warnings about your main() function. ... (by jlb)
|
by mary00
how to format data (1,2)
|
|
[30 replies] Last: can someone help me please??? I don't know how to solve with foef prob... (by mary00)
|
by julie2019
cpp.chat: It Doesn’t Get Bored and It Doesn’t Get Tired
|
|
[no replies]
|
by volang
Fastest way to communicate with another local process?
|
|
[4 replies] Last: kbw Thanks for finding the link. That solved the problem (by volang)
|
copy a memset grid |
|
[14 replies] Last: yes, that is a ranged based for loop. (by jonnin)
|
by L67GS
C++ newbie
|
|
[8 replies] Last: Be aware that I'm talking about the exec system call, not the exec com... (by dhayden)
|
by adam2016
Testing if vectors are pointing in same direction
|
|
[5 replies] Last: The above answers are correct in the general case, where a vector is r... (by helios)
|
by volang
How does the filesystem search for files
|
|
[3 replies] Last: Great links. Thanks alot :) (by volang)
|
by schultzgirl
Accept, read and store txt file into strin array. then count
|
|
[7 replies] Last: I'm trying to open txt file, read the words into a string array, then... (by kbw)
|
by viper1o5
Singly linked list from Binary File
|
|
[2 replies] Last: Must you create the list yourself? Can you use std::list instead?... (by dhayden)
|
by marhuum
Get a rounded value of a non-integer in compile time ?
|
|
[1 reply] : As usual, implementing correct algorithms for floating point numbers r... (by mbozzi)
|
by schultzgirl
Counting words in a string array c++
|
|
[5 replies] Last: After I posted this, I realized what I was trying to do and what I was... (by schultzgirl)
|
What is base class inheritance use for? |
|
[9 replies] Last: [code firstline=13]public: // I want to overwrite the Animal::funct... (by MikeyBoy)
|
by adam2016
SDL subtracting vectors (1,2)
|
|
[21 replies] Last: one thing that still does kind of confuse me though is, why does magn... (by helios)
|
by GonlyG
rotating points getting wrong output
|
|
[5 replies] Last: ah, thanks. I thought I had to calculate deg then add rot to it. Didn'... (by GonlyG)
|
by marhuum
Apology for not C++ topic but its nearby
|
|
[2 replies] Last: Not such, but as it's inside makefile , strongly suspected only if it ... (by marhuum)
|
When should I use a move contructor? |
|
[4 replies] Last: Is the copy constructor used for taking a rvalue? No. Example st... (by mbozzi)
|