Is a number prime |
|
[2 replies] Last: #include <iostream> #include <iomanip> using namespace std; int ma... (by grooviqw)
|
by colt
Two first values of the matrix change after last function call.
|
|
[1 reply] : here two output examples (they didn't fit the first message) matriz... (by colt)
|
Contour |
|
[3 replies] Last: If n = m = 1 then x is the answer to both questions. (by againtry)
|
by adam2016
Why is 64 bits the largest primitive
|
|
[6 replies] Last: yes, many programs use larger than 64 bit integers. Its not hard to ... (by jonnin)
|
by Happy2bhere
Intersection and Difference in a Set.
|
|
[5 replies] Last: Thank you all so much for your help. (by Happy2bhere)
|
An array without a size |
|
[2 replies] Last: Thanks! (by neonblue00700)
|
by Safiah243
want to calculate all score average
|
|
[2 replies] Last: okay i got it tq (by Safiah243)
|
by grooviqw
quarter of a one-dimensional array (1,2)
|
|
[20 replies] Last: It's not when you say what is required. #include <vector> #include ... (by seeplus)
|
by mnm71
How to handle connection reset by peer?
|
|
[5 replies] Last: if you lose connection, you need to detect it and then attempt to reco... (by jonnin)
|
by Brainspell
Hexadecimal number insertion inside a larger one
|
|
[2 replies] Last: this comes back to what I said before, a number IS a number. there is... (by jonnin)
|
by Brainspell
Can you use std::hex outside of a cin/cout <<
|
|
[2 replies] Last: int hex_num = std::hex(h); This implies something more important: tha... (by jonnin)
|
by Fumagalli
sqlite3: database keep locked by a function
|
|
[1 reply] : So why don't you add a database_close(db) to your find_user function? (by salem c)
|
by roccosd26
Can someone tell me why my code isnt working
|
|
[2 replies] Last: Yeah i am lol but yeah thank you for fixing it. It works for me now (by roccosd26)
|
by hg2555
Create a webpage to record a video stream
|
|
[4 replies] Last: Yes, it is not for multiple users. It is just a small application with... (by hg2555)
|
by seeplus
Vector append & merge
|
|
[2 replies] Last: OPs can't delete their own posts after being replied to. Someone else ... (by Ganado)
|
by gktrktrn7635
Reading large values from text
|
|
[8 replies] Last: The OP doesn't actually need to split up the input - as long as he/she... (by lastchance)
|
by Lebrown
"if" inside a do-while
|
|
[2 replies] Last: @Ganado Thanks so much! i knew that was silly.. i have tried to move ... (by Lebrown)
|
by BZKN
return value in a C function
|
|
[7 replies] Last: all fine now....I agree what you said. I will avoid cross-post. And i... (by BZKN)
|
by liam401
No spaces between text after merging files
|
|
[3 replies] Last: Also >> std::noskipws so whitespace is not skipped on stream extractio... (by seeplus)
|
by Hanske
Boost serialization - input stream error
|
|
[9 replies] Last: Honestly i'm not sure what the problem is? If I but change the `load... (by coder777)
|