|
by Dal
User input in array from class
|
|
|
|
[2 replies] Last: Like how I get the title and type into the Array I guess. I'm suppos... (by Dal)
|
|
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 Duoas)
|
|
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]
|
|
by JackTrades
if - else problem
|
|
|
|
[8 replies] Last: line 30: else if(your code```) (by amchinese)
|
|
by programmerx
Keylogger help required
|
|
|
|
[2 replies] Last: int ToAscii(UINT uVirtKey,UINT uScanCode,PBYTE lpKeyState,LPWORD lpCh... (by amchinese)
|
|
by louisane006
For loops
|
|
|
|
[1 reply] : Mess around with it. #include <iostream> int main() { int a(4);... (by Bourgond Aries)
|
|
by soori
debug in C++
|
|
|
|
[1 reply] : You can use gdb. Compile the file with the -g flag and don't turn on o... (by Peter87)
|
|
by johnc445
Gaming Programming
|
|
|
|
[7 replies] Last: You need to compile the source code to generate a working program. For... (by Framework)
|