by masterinex
Socket Programming recv function
|
|
[1 reply] : How many bytes did you send? What did the first recv cout print? Not... (by salem c)
|
by fahad99
Files into arrays (1,2)
|
|
[37 replies] Last: all errors fixed. https://pastebin.com/Xrmc3iAc remember to set y... (by closed account SECMoG1T)
|
by S0urce
New programmer seeking advice.
|
|
[8 replies] Last: Visual Basic is a different programming language. Perhaps you meant V... (by S0urce)
|
by ashwyn
Populating Dynamic 2D Array
|
|
[6 replies] Last: delete board_ar; ¿does that even compile? I've already showed you... (by ne555)
|
by bkhuber99
How do I execute three separate functions in an array?
|
|
[5 replies] Last: indent your code. ¿what's the purpose of line 51? ¿are you sure that... (by ne555)
|
by Jyggalag22
reference a vector of objects in another function.
|
|
[5 replies] Last: > I needed to use Fvect.resize(n); to fill the vector with default obj... (by ne555)
|
Pass by value and pass by reference |
|
[1 reply] : You have to understand that when you pass a variable to a function, yo... (by Satan)
|
Using functions |
|
[1 reply] : Some functions (many of them) are used to generate some value. In this... (by Repeater)
|
by PermThesis
while loop error
|
|
[2 replies] Last: Hello PermThesis, Note: It is most often better to post the whole cod... (by Handy Andy)
|
by Gimmicky
Casting for template function to work.
|
|
[1 reply] : > Why do I need to add the return casting to call the first function? ... (by JLBorges)
|
Help with array |
|
[7 replies] Last: https://imgur.com/ClNZ1qF This is how program works. I'm getting posit... (by Blacksaliami1)
|
by PermThesis
password verification code review
|
|
[2 replies] Last: Thank you so much, the solution was right under my nose. now i know wh... (by PermThesis)
|
by nowy20180820
Sorting a file without loading it into RAM
|
|
[no replies]
|
'Invalid use of template-name 'std::iterator' without an argument list' |
|
[1 reply] : Change line 86 to typename ring<T>::iterator& ring<T>::iterator::op... (by mbozzi)
|
by JProgrammer
How to fix non-terminating loop?
|
|
[1 reply] : repeat if c is not either of {1,2,3} , you need && instead of || whi... (by closed account SECMoG1T)
|
by ks2018
difference between "list" and "list()" in the below code ?
|
|
[3 replies] Last: thanks (by ks2018)
|
by hanifa beg
The following code gives error.when you pass maps through function.and run loop over it.Kindly help
|
|
[1 reply] : You probably would've got help earlier if you used code tags and space... (by tpb)
|
by masterinex
how to prevent memory leek
|
|
[3 replies] Last: how would you prevent memory leak in this situation 1. By not using ... (by closed account E0p9LyTq)
|
by helpcpp
C++ Project - Do not even know where to start
|
|
[9 replies] Last: [quote=helpcpp]for the purpose of this project, I have to use arrays a... (by lastchance)
|
by msulli1355
Need help with compiling RtMidi program
|
|
[15 replies] Last: i'll test it on a linux machine, 'i'll get back to you. have any othe... (by closed account SECMoG1T)
|