by ameneh
Different Mersenne Twister in different object
|
|
[7 replies] Last: Random number engines (like std::mt19937 ) are required to generate i... (by JLBorges)
|
by kolahalb
Set() from one class and Get() from another
|
|
[8 replies] Last: Let's say that you want to ask your colleague Alice about something.... (by kolahalb)
|
by MSH
How can an int be converted to a char
|
|
[9 replies] Last: @dhayden sure he wont understand a single thing if he just use sprintf... (by xenovia12)
|
by mulyana
develop simple system for business
|
|
[5 replies] Last: Okay, so each item of stock has a name and an amount. You need a coll... (by dhayden)
|
by xenovia12
PDF
|
|
[8 replies] Last: @mutexe i think it would be worst if i ask on java forum because ,like... (by xenovia12)
|
by kzaiter
find longest word in file
|
|
[2 replies] Last: Just to show you how it can be achieved (without the file stuff): ... (by Codermik)
|
by jynx678
Read from text, Write to Binary
|
|
[2 replies] Last: Also, you are actually writing text in a binary file. Just that you ha... (by writetonsharma)
|
by hilchard
Undergraduate Project Topic
|
|
[1 reply] : Could? Probably. Should? You have to convince us with more precise... (by keskiverto)
|
by cplusone
Error: expected ';' before '{' token.
|
|
[8 replies] Last: Thank you all so much! I found all the bugs you pointed out and fixed ... (by cplusone)
|
by ppate215
going from numbers to barcode
|
|
[8 replies] Last: @ppate215 as mentioned above Line 49 is just for Debugging purpose bec... (by Atyab)
|
by simpsons
plot a 2d line
|
|
[2 replies] Last: SFML 2.1: sf::Vertex line = { sf::Vertex(sf::Vector2f(50,50)); ... (by memberfunction)
|
by imtehnewb
strtime issues
|
|
[2 replies] Last: http://www.cplusplus.com/reference/ctime/strftime/ You should give it ... (by giblit)
|
by pasports10
Code continues to repeat
|
|
[2 replies] Last: CORRECTION: I was able to resolve the problem, thanks so much. The po... (by pasports10)
|
by blankpat
stuck at beginning of task
|
|
[14 replies] Last: endl is used for printing new line. It's obviously. Just changed it ... (by lsk)
|
by pudgz
Creating multiple output files using ofstream.
|
|
[2 replies] Last: wooo! awesome! thank you so much! your comment on my line 58 saved me ... (by pudgz)
|
by CDavis
Dynamic Allocation
|
|
[1 reply] : This is a C++ forum. You are posting C code. The terminology in the ... (by cire)
|
by tomplusplus
problems with my function
|
|
[2 replies] Last: that fixed the infinite loop but its still not reading the data into h... (by tomplusplus)
|
by talya7
Format of Output and put_money
|
|
[2 replies] Last: Dollar signs before the amounts do not appear when I do this. Also the... (by talya7)
|
by Mytricks
code help
|
|
[6 replies] Last: Thank you! (by Mytricks)
|
by Entropy
getline(cin, VAR) not working in do/while loop if repeated
|
|
[1 reply] : nevermind. I needed a cin.ignore() and cin.clear() after line 45 for t... (by Entropy)
|