by zaahm18
std::function wont print out trapezoidal integral, lamda won't take function parameter.
|
|
[9 replies] Last: It's a good thing that you are keeping an eye on my bad code, Albatro... (by lastchance)
|
Need HELPP with my assignment |
|
[4 replies] Last: Oh, and welcome to the forum. Looks like we frightened the skittish ... (by deleted account xyzzy)
|
Need help commenting out the code |
|
[7 replies] Last: It helps if you format the code so that it's readable and use code tag... (by seeplus)
|
syntax error in code, do not understand why |
|
[3 replies] Last: nevermind, figured it out! thank you! completed code: ``` // Computat... (by yellowslotcar)
|
by emanmae
Remove prefix and suffix from char array
|
|
[14 replies] Last: #include <array> #include <string_view> #include <iostream> #include ... (by mbozzi)
|
by jasonlame
Using std::move on std::shared_ptr<SomeClass> correctly
|
|
[4 replies] Last: 1. Moving temp_vector into an element in temp_2d_vector will indeed no... (by helios)
|
by wc skya
rounding between C++ and java
|
|
[3 replies] Last: @jonnin, you need to also use "fixed" mode to duplicate the printf out... (by dutch)
|
by technologist
fx call prototype errors
|
|
[7 replies] Last: Also useful to provide: http://www.sscce.org/ (by Ganado)
|
by Cplusc
finite element matrix assembly in csr format using MPI
|
|
[2 replies] Last: @resabzr, Please learn to debug - all you have to do is print out some... (by lastchance)
|
by tshemphill
I/O from cin or ifstream
|
|
[10 replies] Last: Thank you everyone for your replies. They have given me much food for... (by tshemphill)
|
by uppercaseguy
linker errors, already defined in an another object
|
|
[17 replies] Last: The problem with multiple definitions is with the contents of the incl... (by seeplus)
|
by zaahm18
cout << endlines(x); operator overload for a function
|
|
[8 replies] Last: I have sometimes used std::array<char, n> to return strings from funct... (by helios)
|
by abdelrx01
containing loop
|
|
[9 replies] Last: @againtry thank you, my dear friend. the program works well. I will co... (by abdelrx01)
|
by KishoreG
Template metaprogramming to auto-detect race conditions
|
|
[5 replies] Last: I am going to have to go over that a few times. Yeah it's pretty nea... (by mbozzi)
|
by technologist
identifier not found
|
|
[4 replies] Last: Adjusted. Thank you. main.cpp #include "pch.h" #include <iostream... (by technologist)
|
by uppercaseguy
sdl configuration problem in vs code
|
|
[no replies]
|
by skolterman
Dice c++
|
|
[2 replies] Last: As a starter, consider: #include <iostream> #include <cstdlib> #inc... (by seeplus)
|
by neerajsati
What is the best way to learn to write pseudocode
|
|
[3 replies] Last: There's no definition of what pseudo-code involves. Some programming c... (by seeplus)
|
by SITHESH
Undefined reference error.
|
|
[17 replies] Last: I'm kinda curious if it would break if you initialize a container of... (by doug4)
|
by GroovyJack
Output not reading correctly for pond simulator:
|
|
[5 replies] Last: @GroovyJack. This is again quite a complicated exercise. Also you have... (by seeplus)
|