by isan
client connect continuously
|
|
[4 replies] Last: I do this and it work ,thank you while (true) { fflush(stdout); ... (by isan)
|
by toby1a05
How to return the pointer?(problem with pointer)
|
|
[1 reply] : Since the type of str is const char * you cannot return it as ch... (by coder777)
|
by mt280
Errors in int main
|
|
[2 replies] Last: That is the missing piece that I have been struggling with. Thank you,... (by mt280)
|
by miskaalex
Issues Combining/Reading Arrays
|
|
[no replies]
|
by zzQwerty
Getting an error with array length
|
|
[no replies]
|
by jennamac12
Line breaks in code, print as one sentence. ???
|
|
[3 replies] Last: Yes. Simply remove the remove the line breakers, which are "\n" and ... (by fiji885)
|
by Saviorskid27
I'm lost on this one..Any ideas?
|
|
[1 reply] : #include <iostream> using namespace std; int sum = 0; int num; int... (by fiji885)
|
by bdtilove
Program crashed at the start of third loop.
|
|
[2 replies] Last: the mahoa() function in main() always crash at third loop (by bdtilove)
|
by Daim
need hwlp with loop and class
|
|
[4 replies] Last: like we run array elements using loops lm implementing that idea here,... (by Daim)
|
by Vinz24
non-repeating numbers in generating numbers
|
|
[1 reply] : #include <iostream> #include <random> #include <vector> #include <alg... (by JLBorges)
|
by joekrom
problem with pointer
|
|
[1 reply] : Would it be possible to be more specific about the problem? (by chicofeo)
|
by Etienne C
syntax of a function 'return'
|
|
[1 reply] : The syntax is (roughly) return <expression>; . In the above, (unsig... (by mbozzi)
|
by Domanto
Help with the for Loop
|
|
[8 replies] Last: Thanks for your guidance, I figured it out with your help, thanks agai... (by Domanto)
|
Argument and pointer error |
|
[7 replies] Last: Aha! Good idea! Yes, in reality the button class looks like [link=http... (by Optimistic Peach)
|
by NGC3370
Create an array class
|
|
[no replies]
|
by carter40
linear function and quadratic function
|
|
[2 replies] Last: ok, thank you (by carter40)
|
by JayGln
do-while loop with if trouble
|
|
[4 replies] Last: Your if() statement is really not necessary since you have the same co... (by jlb)
|
File reading and position question |
|
[1 reply] : CF.tellg() tells you the current position in bytes. Dividing by the si... (by Peter87)
|
by poohbear
c++ pico and online shell
|
|
[13 replies] Last: thank you i really appreaciate the help! (by poohbear)
|
by beautyqueen
How to fix thread joining issue
|
|
[1 reply] : join() waits until the thread has finished. If the thread runs an infi... (by Peter87)
|