by bram1253
My first puzzle solver
|
|
[2 replies] Last: There is no problem, I just wanted to share what I made and wanted to ... (by bram1253)
|
by masterinex
copying dynamic arrays
|
|
[4 replies] Last: i just can't figure out why i am getting an access Access violation... (by masterinex)
|
by Kuluoz
How to search unicode string in unsigned char *buffer?
|
|
[7 replies] Last: Thanks. It is working good :) (by Kuluoz)
|
by keh k lenge
What is the point in returning a const?
|
|
[4 replies] Last: C++ Core Guidelines say, in F.20 https://github.com/isocpp/CppCoreGuid... (by Cubbi)
|
by xxvms
Pointer swap
|
|
[8 replies] Last: thank you for this :) (by xxvms)
|
by TryHardGon
Counting Problem
|
|
[3 replies] Last: @TryHardGon Thanks for the beer offer, but I don't really care for be... (by whitenite1)
|
by masterinex
dynamic array input
|
|
[7 replies] Last: thanks guys (by masterinex)
|
by lisagimros
Help with case sensitivity!
|
|
[4 replies] Last: Thank you!! (by lisagimros)
|
by kielbasa
Help with creating hash table functions
|
|
[1 reply] : Your classes are mangled – for e.g you say that: class "HashTableO... (by gunnerfunner)
|
by riancu
undefined reference to error
|
|
[1 reply] : I think you would need to build the library first. How to build from s... (by JLBorges)
|
by asp1010
problem with my program's math
|
|
[2 replies] Last: oh my gosh haha. Thanks apparently I am tired and missed that. (by asp1010)
|
by Kiryu
Storing many derived classes without pointers
|
|
[17 replies] Last: Sorry for the late answer, I kinda forgot about it because of frustrat... (by Kiryu)
|
by keh k lenge
Deleting pointer
|
|
[2 replies] Last: its generally considered a good plan to do this delete p; p = null;... (by jonnin)
|
by xxvms
Exercise :)
|
|
[10 replies] Last: wow thanks JLBorges (by xxvms)
|
by ttimes
Need help with arrays and linear searches
|
|
[3 replies] Last: > cout << numbers(index) << " "; > This code attempts to read exactl... (by ne555)
|
by DTM256
time.h vs Chrono
|
|
[5 replies] Last: And on that last note: http://en.cppreference.com/w/cpp/chrono/c/clock (by closed account 48T7M4Gy)
|
Cannot get XLSX I O library example to compile |
|
[4 replies] Last: thank you so much mbozzi!! (and apologies for a very late reply) this ... (by erixliechtenstein)
|
by Arcy
Copying a C-string into a new block of memory
|
|
[3 replies] Last: Thank you to both of you for your help. (by Arcy)
|
by keh k lenge
Pre and post increment
|
|
[3 replies] Last: since the type of x is int, there is no function call: a built-in oper... (by Cubbi)
|
by surfersss
difference between pointer variable, pointer value, pointer address, variable address
|
|
[4 replies] Last: @jonnin thanks for the explanation!!! So i can think that &head is a l... (by surfersss)
|