by Deduu
dynamic allocation memory
|
|
[9 replies] Last: [quote=Deduu]" absolutely yes. ^^ " ...then your problem isn't within... (by closed account zb0S216C)
|
by degausser
How do I turn this program from a structure to a class?
|
|
[7 replies] Last: Partly correct. A constructor is needed when you need to initialize a ... (by nedo)
|
by pel1993
Finding letters in a vector of strings
|
|
[2 replies] Last: 1. The string iterator will process the string on a per-element basis ... (by andywestken)
|
by MustafaBiH
c++ on google play
|
|
[1 reply] : Most of the programing done for Android is done in Java. You would be ... (by JockX)
|
by mrm40
34.5 => 34 round
|
|
[3 replies] Last: ... (by MiiNiPaa)
|
by AlitCandle
I want to make a console game but need a better way to clear
|
|
[1 reply] : HE probably used winAPI to handle console directly: changed console bu... (by MiiNiPaa)
|
by brodskye
using template within the template
|
|
[2 replies] Last: Wow.. I would never have thought Visual Studio 2010 compiler could be ... (by brodskye)
|
Aaron Dip Sharma Exam Tips |
|
[1 reply] : Play Call of Duty Modern Warfare 3 for exactly 13 minutes, then go to ... (by Fransje)
|
by hbg
Play a sound
|
|
[1 reply] : I dont know about that but u can play the sound of an audible alert be... (by cyberdude)
|
by BramvandenH
Using chars as int, change int, and usit again as char.
|
|
[3 replies] Last: Thanks a lot so far. However, this was only my first mistake. My curre... (by BramvandenH)
|
by Fauch911
Questions about Error handling
|
|
[14 replies] Last: That's because you're accessing an element that doesn't exists (the c... (by mutexe)
|
by star428
Help fixing invalid conversion error?
|
|
[5 replies] Last: int search (int arr , int size, int s) { int count = 0; for (int ... (by vlad from moscow)
|
by Need a hand
Dictionary Translation problem
|
|
[no replies]
|
by apati21
Riemann sum program not running
|
|
[7 replies] Last: I think that you could do this method=0; //<-- //starting values ... (by eyenrique)
|
by BrianDehn
extra output from a function
|
|
[4 replies] Last: The file is ok. Just need to possibly change getline(infile,marketAr... (by vin)
|
by Specula
Manipulating Array Elements
|
|
[4 replies] Last: Thank you, much appreciated. (by Specula)
|
by orcbum
Coin Toss
|
|
[3 replies] Last: You have infinite loop on lines 10 and 16. Change loop statement to co... (by MiiNiPaa)
|
by SlenderMan
How do count the amount of words in a string?
|
|
[3 replies] Last: loop from first index to theString.lenght() if( theString == ' ... (by arzhon)
|
by f2004w
I am not very fluent with C++ but I am trying to figure out how 2 things works:
|
|
[no replies]
|
by AlitCandle
I still have VS2010 and want to upgrade to a better IDE
|
|
[3 replies] Last: What about GNU GCC? I'm curious on that. (by Austin J)
|