cout Last character of string input of any word/phase enterd by a user. |
|
[2 replies] Last: Yes. You need to show at least some initiative to get actual help. Any... (by GameDevAnurag)
|
by ehsan687
How to make exit button???
|
|
[2 replies] Last: i did it like this: #include <iostream> #include <cmath> using namesp... (by ehsan687)
|
by kmce
printf(), age question
|
|
[1 reply] : You've gotta tell printf what to print! printf(" I see you are %d ye... (by wizebin)
|
by CGunn86
Odd request. Sorry :(
|
|
[16 replies] Last: Pointers provide a level of indirection. Let's say you have three clas... (by xismn)
|
by ElGuapo
Need Help how to check for letters!
|
|
[2 replies] Last: http://www.cplusplus.com/reference/cctype/isalpha/ (by Moschops)
|
by bbnp
inappropriate termination in loop
|
|
[4 replies] Last: while (cin >> userGuess) // while input extraction is succes... (by cire)
|
by BlueOctopus
Using variables created in function into the main
|
|
[6 replies] Last: Another relevant question. If I want to return more than 1 values can... (by Moschops)
|
by ctrlbadgerxl
How to return error in function
|
|
[6 replies] Last: If it's part of a class, you could have a class boolean member errorS... (by Moschops)
|
C++ How to store a previous value of a variable and update it for comparasion? |
|
[3 replies] Last: In C++, static doesn't mean not changing. (by Moschops)
|
by etrusks
#ifndef inside a function
|
|
[3 replies] Last: Thank you guys, everything is clear now :) (by etrusks)
|
by ruslansbest
Calculating in a array
|
|
[2 replies] Last: How do i make a function which calculates the var i have. (by ruslansbest)
|
by shaven
why cant i debug??i confuse..
|
|
[5 replies] Last: you could use fmod http://www.cplusplus.com/reference/cmath/fmod/ (by Moooce)
|
by vjanu
How to Do using functions?
|
|
[2 replies] Last: To refactor('function out') code: -First select the portion of code to... (by Aceix)
|
by vjanu
c++ question ...Help me plz
|
|
[3 replies] Last: So show us what you've done. Use code tags - http://www.cplusplus.com/... (by TarikNeaj)
|
by ruslansbest
If function problem
|
|
[2 replies] Last: Thanks! <3 (by ruslansbest)
|
by ruslansbest
Funcion not matching error
|
|
[2 replies] Last: Thanks man you're awesome! (by ruslansbest)
|
by ruslansbest
Not saving in a file
|
|
[2 replies] Last: Thanks man! (by ruslansbest)
|
by andrewllewop
write file to directory
|
|
[6 replies] Last: Awesome! Please marked this as answered. (by koothkeeper)
|
by fauzeus
Struct+Array? could someone help me please?
|
|
[1 reply] : anybody please? i need this as soon as possible :( (by fauzeus)
|
by mike9407
problem
|
|
[16 replies] Last: The example demonstrated a simple system for implementing references. ... (by Shadowwolf)
|