by pfannmoe
Include debugging feature in makefile
|
|
[2 replies] Last: Works nicely! Thanks!! (by pfannmoe)
|
extract diagonal elements from a matrix |
|
[4 replies] Last: Thank you for your help. (by nurulhudaismail)
|
by adam2016
class scope
|
|
[6 replies] Last: As @coder777 pointed out, I made a mistake in my code example - I got ... (by Niccolo)
|
by zakinithos
Simultaneously sorting Vector elements alphabetically and ignoring integers in sort.
|
|
[7 replies] Last: My lips are sealed. I hope the llama survived. (by dutch)
|
by Fujitsufan
Convert xls file into a xlsx file
|
|
[8 replies] Last: BTK anyone? Foiled by metadata! pretty much lol. Take a look though ... (by jonnin)
|
by rafiqkhan
My program shows function declared as void
|
|
[2 replies] Last: Also, at line 75, an | is the bitwise OR-operator. If you want to ch... (by nuderobmonkey)
|
by hjabba89
Need help encrypting/decrypting a sentence. ascii
|
|
[2 replies] Last: Salem c is right, "cin" is splitting the sentence you input for each s... (by Zaap)
|
by kitfox
How to create list of classes at compile time?
|
|
[5 replies] Last: Thanks for your suggestion, Niccolo! This is exactly what I was looki... (by kitfox)
|
calculate average of a diagonal line of complex matrix |
|
[4 replies] Last: Thank you so much . It works. (by nurulhudaismail)
|
by philip92
Getting an error while initializing the size of an array
|
|
[3 replies] Last: The standard library has std::merge() https://en.cppreference.com/w/... (by JLBorges)
|
How to add a diagonal elements of a complex matrix ? |
|
[2 replies] Last: Thank you. I am sorry for this silly mistake. I admit that I checked... (by nurulhudaismail)
|
by LeFanDOst
Undefined reference with namespace, can you help me ?
|
|
[2 replies] Last: Thank you a lot ! I missed this error :( (by LeFanDOst)
|
by Zaap
Crazy encrypting algo (1,2,3,4)
|
|
[61 replies] Last: This is not help, Zaap. It's self-help. One day I can start socket pro... (by Emil Enchev)
|
by natasha1204
Competitive programming
|
|
[10 replies] Last: I'd stay away from codechef. To me, those problems are really contrive... (by jonnin)
|
by Pararera
Passing array to function
|
|
[4 replies] Last: > I'm trying to make function that will split array of values into byt... (by JLBorges)
|
by steph111
Help
|
|
[1 reply] : First, please use code tags. They make posted code easier to read. See... (by keskiverto)
|
by primem0ver
Compilers, bit operations, and data alignment
|
|
[7 replies] Last: Thanks everyone for the info. It was helpful. One last question thou... (by primem0ver)
|
by vroll
Binary Search not returning properly
|
|
[2 replies] Last: you make recursive calls, but don't use their result also, the index i... (by ne555)
|
by Gringoliath
Should = default constructor be noexcept?
|
|
[2 replies] Last: The defaulted default constructor is implicitly non-throwing unless -... (by mbozzi)
|
by javyesco
pushback error using vectors
|
|
[2 replies] Last: rioLoc should be a vector of strings. What this function should do is ... (by javyesco)
|