by Wilshire
Need help with this code:
|
|
[6 replies] Last: Oh, thanks for the advice everyone. I didn't realize i was trying to g... (by Wilshire)
|
by NoobCode
Conversion of String into Two Dimensional Array
|
|
[4 replies] Last: What I meant was for "P1" to be shown on my two-dimensional (a ) gam... (by Jaybob66)
|
by glof2
SFML doesn't work...
|
|
[2 replies] Last: I've downloaded 32 bit version. (by glof2)
|
by ZAMZAMZ
Segmentation fault using struct
|
|
[3 replies] Last: Undefined behaviour is undefined. Sometimes it can mean your program ... (by MikeyBoy)
|
by Hospitr
turning 1.234 to 1234
|
|
[4 replies] Last: Thank you all for your answers. i used all of your advises to put them... (by Hospitr)
|
static vs constant in layman's language |
|
[5 replies] Last: thanks guys. (by closed account 1vf9z8AR)
|
by Stark91
Best way to manipulate texts using C++
|
|
[5 replies] Last: There are many, more or less complicated ways to do it. Just try not t... (by benhart)
|
by ZhuZhu
Question: Get the difference for the largest and smallest number in a positive integer
|
|
[3 replies] Last: #include <algorithm> unsigned int max_digit( unsigned int n ) { ... (by JLBorges)
|
by cash
how to delete index from array
|
|
[12 replies] Last: when using arrays (not vectors) you can't actually delete an entry, yo... (by Jaybob66)
|
by neilram27
Using external files
|
|
[3 replies] Last: [quote=neilram27]I cannot seem to get passed one step. [quote=Handy A... (by Enoizat)
|
by abeginer
CALCULATOR in c++ with implementation of OOP
|
|
[3 replies] Last: int Calculator::selectOption; should be int Calculator::selectOptio... (by Enoizat)
|
by ghost1111
std::sort
|
|
[5 replies] Last: This looks a question for clairvoyants: how to guess what’s wrong in... (by Enoizat)
|
by vitcal
show data from txt file
|
|
[1 reply] : you will need to know the possible value ranges that the columns will ... (by Jaybob66)
|
by asdfcxz
help with printing user inputted arrays
|
|
[1 reply] : cout << "Original Scores: " << score << endl; score is effectively ... (by Repeater)
|
by Galtor
Problem with complex numbers
|
|
[9 replies] Last: Ok, the code from @lastchance worked. Thanks a lot! (by Galtor)
|
Iteration to Recursion |
|
[5 replies] Last: Line 3 creates an empty word. The word.size() is thus 0 and the loop n... (by keskiverto)
|
by Amiplus
Writing inside Ncurses box
|
|
[1 reply] : Any info on this? (by Amiplus)
|
by arbwok
Binary file not saving into same file
|
|
[3 replies] Last: fstream can be used for input-only or for output-only, or for both i... (by Chervil)
|
issue with linked list |
|
[1 reply] : What is the value of next? Write some code to print it's value by itse... (by TheIdeasMan)
|
by mlass7886
Help I cannot figure how to start this.
|
|
[4 replies] Last: Thanks man for the help and I will format it better next time. I can't... (by mlass7886)
|