How to print a letter of string second by second |
|
[4 replies] Last: thank you very much modoran (by Timur Aykut YILDIRIM)
|
by chipp
some_type& and some_type*
|
|
[9 replies] Last: This answers most of the questions posed in this thread, albeit in the... (by jsmith)
|
by BarryRiley
Problem with strcmp
|
|
[5 replies] Last: This is the correct form: cout << "What is your favourite colour?" <... (by modoran)
|
by LegendXeon
Some Quick Questions
|
|
[6 replies] Last: ah. Thanks very much all for clarifying the doubts. :) (by LegendXeon)
|
by metulburr
tutorial test problem
|
|
[3 replies] Last: Re-read the section on variables and data types. Specifically the part... (by firedraco)
|
What can i do here? |
|
[3 replies] Last: thank u both i solved the problem and learn one more thing (by closed account 9wX36Up4)
|
by metulburr
restarting a test program from beginning
|
|
[2 replies] Last: thanks (by metulburr)
|
by metulburr
window box input are pure black until i move the window around
|
|
[1 reply] : Is this an IDE problem or a C++ needed correction? (by metulburr)
|
by vignesh95
Trouble with for loops
|
|
[1 reply] : You cout<<rew inside the for loop. On the first cycle rev is 3, on the... (by hamsterman)
|
by Cfinderin
What is the Difference between "int" and "float"
|
|
[9 replies] Last: some people prefer video tutorials to books. you can find many; http:/... (by muratagenc)
|
by metulburr
problem with test
|
|
[7 replies] Last: ok thanks i originally thought whitespace didnt matter at all is what ... (by metulburr)
|
by FrustratedSE
Tips and advices are very welcome...
|
|
[8 replies] Last: my experience similar to yours. I think, knowing how to code, all tha... (by muratagenc)
|
by metulburr
problem running test program any help?
|
|
[2 replies] Last: oh woops sorry... figured it out forgot } (by metulburr)
|
by joatmon
Capturing an "integer" with too many digits
|
|
[3 replies] Last: If you pass a large number as an integer, it will overflow. I'd do wha... (by toexii)
|
by julof26
floor()
|
|
[8 replies] Last: :D (by julof26)
|
Sorting algorithms |
|
[6 replies] Last: Bogosort Quantum Bogosort is where it's at! (by firedraco)
|
using namespace std; vs using std::x |
|
[8 replies] Last: Sorry for not being active in here! I forgot to subscribe to this :/ S... (by ResidentBiscuit)
|
deceleration shadows parameter |
|
[1 reply] : Line 36 declares a local variable inside the function that has the sam... (by jsmith)
|
by tinkydwd123
Arrays, print multiple user input?
|
|
[1 reply] : This loop: for ( int i = 0; i < maxValues; i++) cout << maxMinValu... (by jsmith)
|
by stereopump
Problem with tolower() and comparing strings?
|
|
[3 replies] Last: You can use the transform() function to change a whole string to lower... (by ResidentBiscuit)
|