by aju33
Help with if..else if else loop
|
|
[6 replies] Last: Thank you Chervil and Smac89! I made the changes suggested by Smac89,... (by aju33)
|
by ragecoder
Constructor in a base class, what exactly does this syntax mean?
|
|
[5 replies] Last: Hey thanks a lot mate, that little part has been troubling me for a go... (by ragecoder)
|
by Aceix
C++11 lambdas
|
|
[3 replies] Last: Is there any advantage of C++11 lambdas over the normal functions? I... (by Cubbi)
|
by Marcial
Nearest integer function
|
|
[10 replies] Last: #include <iostream> #include <cmath> // for std::lround() #include <i... (by JLBorges)
|
by alsade
tryin to learn how to work with txt files..
|
|
[5 replies] Last: 1) why does the line cout<<line<<endl; in the end of the file doesnt ... (by Chervil)
|
by dero
Subtraction and storing decimal numbers in an array
|
|
[15 replies] Last: No need to apologise, your questions are ok. First, your program code... (by Chervil)
|
Why using pointers ? |
|
[7 replies] Last: Thanks guys , I think i'll stick with learning new things for now , an... (by Cutefriendzoned)
|
by q1670741824
How many space should be reserved for dynamic class with placement new
|
|
[2 replies] Last: why? the problem is the pointer arithmetic holder + sizeof(goodday)... (by coder777)
|
by wolfv
When Makefile target name is directory name
|
|
[2 replies] Last: Thanks code777. Sorry I didn't make the question clear. The following... (by wolfv)
|
by enemy
Sort an array by iteration
|
|
[2 replies] Last: @OP You could check the <algorithm> standard header. They've got some... (by Aceix)
|
by janluca91
Problem about function stoi() for convert a string
|
|
[1 reply] : it's a C++11 function, try compiling w/ -std=c++11 or possibly -std... (by nvrmnd)
|
by yatch017
Problem with TIC Tac Toe (First real program)
|
|
[1 reply] : > so anything else you can suggest would be great. Attempt this after... (by JLBorges)
|
by horance89
Code Error in *Nix Enviroment (Basic)
|
|
[5 replies] Last: Yes indeed It will work with one digit values. I noticed a bit later t... (by horance89)
|
by Marcial
Julian Date - help with ifs, elses, and more
|
|
[7 replies] Last: just out of curiosity how have you been learning (by Cronnoc)
|
by newton123
output problem
|
|
[no replies]
|
by fahmankhan75
String Complier Error
|
|
[1 reply] : std::string::find() returns a std::size_t . Your function expects ... (by xismn)
|
by fahmankhan75
String Position Guidance
|
|
[2 replies] Last: got it thank you! :) (by fahmankhan75)
|
by Marcial
Scanning a floating variable
|
|
[11 replies] Last: @mutexe: That's a windows extension. There's no scanf_s in the C libra... (by S G H)
|
by stewartjc1
C++ Vending Machine Program
|
|
[5 replies] Last: Thank you for the advice. I changed the bool to an integer and changed... (by stewartjc1)
|
by Penanito
Function parameter question
|
|
[2 replies] Last: Read that page and somehow managed to miss that part, exactly answers ... (by Penanito)
|