C/C++ Network |
|
[6 replies] Last: Since it's not for nefarious purposes, you're going to need the cooper... (by helios)
|
by limchankhim
function int convert to float
|
|
[15 replies] Last: thanks you so much tibrodo! (by limchankhim)
|
File Read & Write |
|
[3 replies] Last: @tibrado Thanks ! (by closed account DEhqDjzh)
|
by Student1904
Array Functions using Template
|
|
[2 replies] Last: declare function before use (by akatsukiyuyo)
|
by Student1904
Template Functions
|
|
[3 replies] Last: The values you are passing into your parameters look OK to me. Do you ... (by Ganado)
|
by JM567
Read in file as string and store into struct variables
|
|
[2 replies] Last: Duplicate http://www.cplusplus.com/forum/beginner/242250/#msg1075756... (by longberns)
|
by xxmahowardxx
It's not displaying correctly, am I using the pointers for callsign and location correctly?
|
|
[4 replies] Last: @Ganado I wondered what that link was about lol. (by tibrado)
|
by Student1904
Computing Average
|
|
[4 replies] Last: Student1904. First you need to call the computeAvg function, which com... (by tibrado)
|
by hello321
Binary subtraction
|
|
[1 reply] : [quote=hello321]implement an algorithm Which algorithm? Write it down... (by lastchance)
|
by kapil2905
How to declare a "nullptr" initialized pointer using "auto" keyword.
|
|
[5 replies] Last: Me too. Being able to know what type an object is by looking at where ... (by Repeater)
|
by technologist
cant compile class in seperpate .h/.cpp files
|
|
[3 replies] Last: That will fix it in this case. Note that it's considered bad practic... (by Repeater)
|
by elsa
How to write the backbone of this program project
|
|
[4 replies] Last: Strongly consider using std::vector to hold the coefficients. https:... (by JLBorges)
|
by swaveysaiyan
cant figure out what im doing wrong
|
|
[6 replies] Last: Ok I got it!! thank you again!! (by swaveysaiyan)
|
How to prevent source code from seen |
|
[6 replies] Last: But games and software no longer do idiot stuff like 'open your book,... (by helios)
|
by ghost1166
Need help to write one c++ code.
|
|
[2 replies] Last: define binary number. Is this a so-called binary file / byte stored ... (by jonnin)
|
no matching function for call to 'Subject::Subject(<brace-enclosed initializer list>)'| |
|
[5 replies] Last: Your choices are basically leaky or crashy. Pick one. Be sure to add c... (by Repeater)
|
by volang
const char pointer logic
|
|
[16 replies] Last: Maybe there is a better language suited for me? Have a look at Java.... (by Thomas1965)
|
by parallx
generating a random float number
|
|
[5 replies] Last: C++98, using the same algorithm as above ( std::generate_canonical ), ... (by JLBorges)
|
by bigJoe561
Best Stable Matching program
|
|
[1 reply] : The code as you've posted it is unreadable. Use code tags. A couple c... (by helios)
|
by barnack
Rerunning program just opens a window
|
|
[2 replies] Last: thanks for the explanation! (by barnack)
|