good library to learn |
|
[8 replies] Last: thanks for the advice Grey Wolf. I will pick up gamma's book. (by mycomputerisapotato)
|
by johnny ohm
How to overload istream operator while using enums?
|
|
[1 reply] : Something like this, perhaps: #include <iostream> #include <string> ... (by JLBorges)
|
is the statement correct to generate a 5 digit number? (1,2) |
|
[21 replies] Last: [quote=Peter87]Visual C++ defines RAND_MAX as 32767. One of the reas... (by closed account E0p9LyTq)
|
by helios
Redefining #ifdef _WIN32 into WINDOWS
|
|
[3 replies] Last: I will never understand that. It's not like this was even a school ass... (by Ganado)
|
by DellXT
Creating c++ library
|
|
[1 reply] : What are the error messages ? (by Thomas1965)
|
How to change a string variable to an array of characters? |
|
[1 reply] : http://www.cplusplus.com/reference/string/string/c_str/ (by Browni3141)
|
by dunia2898
i need help with array of searching and sorting
|
|
[8 replies] Last: To write your own code from scratch, just follow naively your assignme... (by homy18)
|
by alreem
anyone know how to write a program
|
|
[7 replies] Last: anyone know how to write a program Writing a program is easy. #in... (by closed account E0p9LyTq)
|
by YikUTM
Works on mac but not working on windows
|
|
[1 reply] : You’re more likely to get good help if you would be more specific ab... (by mzimmers)
|
by dr86
Generate random samples from multivariate distribution
|
|
[4 replies] Last: Peter, Thank you very much for your help. Line 41 is modified: ... (by dr86)
|
by Cman1124
C++ problem
|
|
[1 reply] : my hint is that your hint is bad lol. char response; //don't need in... (by jonnin)
|
i need help in algorythm |
|
[6 replies] Last: it isnt required to use 2 nested loops, but that is the simple way. t... (by jonnin)
|
by Satan
Is my logic right?
|
|
[16 replies] Last: Going off the positive end can do the same thing (tamper with other va... (by jonnin)
|
by Algonology
passing a function to an array.
|
|
[9 replies] Last: Algonology have you ever tried Googling for something related to C++? ... (by Satan)
|
by lo2
Running out of stack memory according to valgrind?
|
|
[11 replies] Last: > Another question will it also make my code run faster using std::vec... (by salem c)
|
by swahajali
merging two files into third file
|
|
[6 replies] Last: got it . Thanks alot (by swahajali)
|
by alreem
need to answer
|
|
[6 replies] Last: The easy way to check is to write a correct program and put it between... (by homy18)
|
by CollinJDM
Website Bot
|
|
[no replies]
|
by stevechin
Need Help
|
|
[1 reply] : 1. "need help" isn't a subject title. http://www.catb.org/esr/faqs/sma... (by salem c)
|
by arblinked
Pig Latin Help
|
|
[1 reply] : got it. I fixed the vector a bit for (int i = 0; i < str.length(); ... (by arblinked)
|