by emcp
my thrift server suddenly not working
|
|
[6 replies] Last: I think my next goal is to learn to use gdb so I can see what is exac... (by coder777)
|
by Geckoo
Structures, Classes, Parent and children... (1,2)
|
|
[20 replies] Last: ah, good point. I forgot the protected part, so its not the same as d... (by jonnin)
|
by learner999
Slicing a given row from a 2D matrix?
|
|
[4 replies] Last: What is the OP's definition of "matrix," and what is the definition of... (by deleted account xyzzy)
|
by JamieAl
Error in function: no instance of overloaded function matches the argument list
|
|
[16 replies] Last: Thanks a lot!! This actually was one of the source of my issues! (by JamieAl)
|
by learner999
What's wrong in the reading the file
|
|
[5 replies] Last: Given the format of the provided file, this will read the data into th... (by seeplus)
|
by Geckoo
goto jump (1,2)
|
|
[23 replies] Last: I like that first sentence of the first paragraph in the Introduction ... (by deleted account xyzzy)
|
better way to write this if condition? |
|
[18 replies] Last: With (x >= 1) it checks x>1 before x=1? The compiler will generate ... (by seeplus)
|
by learner999
What's wrong in my small code ?
|
|
[10 replies] Last: Thank you so much all of you @seeplus, @JLBorges, @George P @jonnin. A... (by learner999)
|
by DeezyM89
Help with c# Unity code
|
|
[4 replies] Last: As I said often here, I used Unity for a long time for GameJams like L... (by Geckoo)
|
by jad123xp
how to implement this for loop that loops through a loop here better (C++)?
|
|
[2 replies] Last: I am a beginner in C++ What resource are you using to learn C++? A... (by seeplus)
|
by CodeChaser
C++ Review Questions (1,2,3,...,7,8,9,10)
|
|
[182 replies] Last: There are rare situations where a singleton class-object is actually r... (by JLBorges)
|
by rudiHammad
Methods documentation style
|
|
[7 replies] Last: yes, it can be hard to read. I have, on top of grep, 3 or 4 half page... (by jonnin)
|
by Jonathan100
errors in UNDEFINED symbols code
|
|
[4 replies] Last: If you can not change the code in question, and if that code does ... (by kigar64551)
|
by learner999
Merge the mutiple 2D matrixes vertically
|
|
[1 reply] : If there is a variable named row that is in scope on line 4 you're n... (by Peter87)
|
by learner999
Constructing binary tree
|
|
[15 replies] Last: Thank you so much @lastchance for all your helps. I understood it bett... (by learner999)
|
by rudiHammad
Check if an object has a member
|
|
[13 replies] Last: I was referring to run-time checks - post amended. (by seeplus)
|
by gabriel11
How do I properly return an object and set it to a new object?
|
|
[7 replies] Last: @seeplus Thank you so much for all the tips! (by gabriel11)
|
by MHS1986
While loop combined with input fail state loop
|
|
[5 replies] Last: #include <iostream> #include <concepts> #include <string> template <... (by JLBorges)
|
by d3sousa92
Decoding character positions into a message
|
|
[3 replies] Last: Without file2 data checking: #include <fstream> #include <vector> #... (by seeplus)
|
by d3sousa92
Coding a Book Cipher C++
|
|
[10 replies] Last: @d3sousa92, The following lines take the pairs of integers (represent... (by lastchance)
|