by rro0035
string of user input to int array[]
|
|
[3 replies] Last: Say can store up to 4 integers, you can do this: cin >> a >> a >> a... (by ToniAz)
|
by dean
function pointers
|
|
[11 replies] Last: thank you all guys! (by dean)
|
by JackG
Call C++ from Cobol
|
|
[3 replies] Last: hey JackG, I do not how COBOL works, but you can verify if your progra... (by dean)
|
My "program" keeps crashing!! pls help!! |
|
[3 replies] Last: Use the debugger to isolate the problem function by using breakpoints ... (by soranz)
|
by jacksonjames
Call an image from the command prompt to use while coding at .cpp file
|
|
[2 replies] Last: When you say load an image you must clarify your intentions. What do ... (by eypros)
|
Game help 2! |
|
[18 replies] Last: Wow Thanks Guys its actually working for me now!!!! You guys have help... (by Fallenfantasy182)
|
by Ch1156
cant figure this out.
|
|
[8 replies] Last: Nevermind i figured out the other problem too. (by Ch1156)
|
by EasyGoing
Where did I go wrong?
|
|
[3 replies] Last: Correct. Also, there's nothing wrong with declaring them with the oth... (by soranz)
|
by bghxello
Heisenbug
|
|
[2 replies] Last: Hi there, Not sure which environment your coding in, but here's an ex... (by closed account o3hC5Di1)
|
by Ch1156
Im a bit confused (1,2,3)
|
|
[42 replies] Last: Let's look at your two functions for save and load: void save(int &S... (by closed account o3hC5Di1)
|
by prabhanuka
While Loop
|
|
[1 reply] : Easily ! http://www.cplusplus.com/doc/tutorial/control/ (by soranz)
|
by gerfy1
Text Game not working
|
|
[5 replies] Last: Hey. Sorry for the delay. To answer ur question it seems that line 8... (by soranz)
|
by humyunfuad
time complexity of sorting algorithm
|
|
[1 reply] : it's depend on what kind of data you wanted to sort.... In generally q... (by HiteshVaghani1)
|
by DesiredNote
Online Tutorial vs. Quality Book
|
|
[4 replies] Last: I think online tutorials are a great source of material to self teach.... (by blueberry)
|
by samrux
String library or char* string?
|
|
[5 replies] Last: If all you need is to reference a string literal, without manipulating... (by Cubbi)
|
by DesiredNote
Could you explain how this works..?
|
|
[8 replies] Last: Yeah. You can find out where the page starts by rounding down to the n... (by Athar)
|
by RastaWolf
trying to loop my entire program (while true)
|
|
[5 replies] Last: yeah it works for me, I hope it doesn't work for me and only me lol. ... (by RastaWolf)
|
by smile58
something wrong!!
|
|
[8 replies] Last: Because you didn't read the input. It remains in the buffer. You need ... (by ne555)
|
by samrux
Kongregate Hacks
|
|
[no replies]
|
by mihail911
Problem with Visual C++
|
|
[2 replies] Last: I don't use Visual C++, so I can't really tell, but you probably have ... (by samrux)
|