by jordy1993
Better way of powering than this ?
|
|
[2 replies] Last: I didn't realise <cmath> could do this ill just use pow and go through... (by jordy1993)
|
by GeeStuR
Help with troubleshooting code.
|
|
[3 replies] Last: @ MikeBoy Correction: !nine.isPrime() should fail if will be cal... (by MiiNiPaa)
|
by IGI30
Sorting a number
|
|
[1 reply] : #include <algorithm> #include <functional> //... int main() { //Your... (by MiiNiPaa)
|
by LuminaChen
Bracketing Search level 4 stars
|
|
[2 replies] Last: I see, so the main idea is to set the computer first guess in range of... (by LuminaChen)
|
by IGI30
login program
|
|
[1 reply] : I've created the program but it is not working properly. I'd suggest ... (by coder777)
|
referencing arrays |
|
[1 reply] : My question is does a pointer refer to a 4byte memory block, or 1 spe... (by kbw)
|
by IGI30
How to copy a value
|
|
[1 reply] : std::strncpy(username, user_name.c_str(), 20); username = '\0'; //Sa... (by MiiNiPaa)
|
by IGI30
Text Colours
|
|
[1 reply] : Typical console support 16 colors which are coded by integral values f... (by MiiNiPaa)
|
by IGI30
How to load Load image
|
|
[1 reply] : Please suggest something. Use SFML. http://www.sfml-dev.org/... (by MiiNiPaa)
|
by IGI30
sound() function
|
|
[1 reply] : There is no native functions to play sound an video in C++, you should... (by MiiNiPaa)
|
by Leslie26
Reading File And Displaying
|
|
[4 replies] Last: thanks guys my code now works the way it should. (by Leslie26)
|
by wcsjunior
Functions. Inputfile and output files.
|
|
[1 reply] : [quote=Instructions]It should do this by calling a function called Cal... (by MiiNiPaa)
|
by jrodr042
breaking an string of integers
|
|
[1 reply] : #include <iostream> #include <string> #include <array> int main() { ... (by MiiNiPaa)
|
Problem with reading in a file into a vector |
|
[1 reply] : Lines 30-40: it will read everything it can into coords vectors (until... (by MiiNiPaa)
|
by skhjr
C++ results in column?
|
|
[1 reply] : #include <array> #include <iomanip> #include <iostream> #include <str... (by MiiNiPaa)
|
by SangHan
I don't know what I am doing wrong here.
|
|
[4 replies] Last: What errors are you receiving now? (by xismn)
|
by shuerta52
I don't know what is wrong.
|
|
[8 replies] Last: I'm not understanding (by shuerta52)
|
by LDgaming
Variables having improper outputs
|
|
[1 reply] : You messed up the code tags; your closing tag needs a / instead of a \... (by Zhuge)
|
by kong288
How to ping a server?
|
|
[no replies]
|
by theperson
Seeking advice on doing validation within setters
|
|
[4 replies] Last: Yeah I was thinking I may need to pass functions as arguments but that... (by theperson)
|