by krazzeekane
Which of these books should I get?
|
|
[9 replies] Last: I think the idea of creating your own book by writing concepts down i... (by BluesMatt)
|
by SmOgER
Inputting needed size of array and keeping all elements = 0
|
|
[1 reply] : First: this: input>>n>>k; int array ; is not standard C++. gcc allows... (by MiiNiPaa)
|
by BluesMatt
more console closing down
|
|
[3 replies] Last: Your program should not care about the console window. It is safe (bot... (by Duthomhas)
|
by sam1194
Variable not initialised
|
|
[12 replies] Last: It looks like you are making a craps game simulator. Did you go any fu... (by BluesMatt)
|
by pata
Count duplicates
|
|
[3 replies] Last: Thanks for your help guys, I haven't gotten to map in the standard lib... (by pata)
|
Please help me!!! |
|
[2 replies] Last: I don't get an error, but You can try this. int main() { TopicH... (by SamuelAdams)
|
by Homiee
counting inputs in an array
|
|
[3 replies] Last: thanks alot for your quick helps, i tried to compile it but there's er... (by Homiee)
|
by SmOgER
How to make variables hold constant number of characters
|
|
[2 replies] Last: thanks, but what about text file, what would be the proper code meanin... (by SmOgER)
|
by cosa nostra
field
|
|
[7 replies] Last: THIS IS RESULT. #include <cstdlib> #include <iostream> using n... (by cosa nostra)
|
by azioupos
Super Market Simulation
|
|
[3 replies] Last: Look at the top of the page. You'll see a box that says "search:" t... (by pogrady)
|
by jidder
Problem with basic collision detection
|
|
[4 replies] Last: ok solved it stupid mistake. Just had to put the return 0 outside the ... (by jidder)
|
by R10111001
Subtracting Addresses
|
|
[6 replies] Last: Yes, that was also my solution. I added the following lines of code to... (by R10111001)
|
by LethalJ
C++ Simple Program not running properly
|
|
[3 replies] Last: Thank you so much for the help as the char values issue would have bee... (by LethalJ)
|
by Sharpie24
Subprogram errors
|
|
[8 replies] Last: Because for the program I need to have the user enter the values not a... (by Sharpie24)
|
by Olysold
Memory allocation via std::allocator.
|
|
[4 replies] Last: size() is zero, so the loop is never entered. That explains so much... (by Olysold)
|
by SmOgER
finding max array and it's element number
|
|
[2 replies] Last: I suggest using algorithm's max_element with a lambda to compare exact... (by Bourgond Aries)
|
by dgcharitha
How to draw this triangle using for loops in ncurses
|
|
[no replies]
|
by s1729
Integer multiplication exceeding the range
|
|
[9 replies] Last: The point is that division takes too long. long long multiply( long... (by Duthomhas)
|
by ylxin1993
c++ ostream problem
|
|
[1 reply] : As gcc (which must be what your Eclipse runs) correctly warned you, th... (by Cubbi)
|
by KSCoder
Need a text-based Adventure type game for teaching
|
|
[no replies]
|