by bal160730
c++ code output problem
|
|
[1 reply] : Hello bal160730, PLEASE ALWAYS USE CODE TAGS (the <> formatting butto... (by Handy Andy)
|
Matrix sorting |
|
[2 replies] Last: #include <iostream> #include <algorithm> int main() { // array o... (by JLBorges)
|
by lurind34
I need some help making an ascii movement system.
|
|
[no replies]
|
by teeper
Global to Local Variables?
|
|
[5 replies] Last: You cannot use an object (variable) without an instance of it existing... (by Duthomhas)
|
by DoctorUchiha
Answer Values not passing properly, help!
|
|
[no replies]
|
Reading in file with mixed data types to struct |
|
[2 replies] Last: I just looked at my data and realized that I added a period after the ... (by closed account NCRLwA7f)
|
by jsbd29
Help with c++ please help
|
|
[2 replies] Last: yeah :) thank you, Andy (by jsbd29)
|
by tieuholy
strtok function
|
|
[2 replies] Last: You might find the following tutorials helpful to explain pointers, an... (by MikeyBoy)
|
by Bopaki
I get an error on this line: rev(s[s.length]);
|
|
[3 replies] Last: Thank you all!!! It worked so well!!!!!!!!! (by Bopaki)
|
by sra
pointers
|
|
[5 replies] Last: If you are not allowed to use the tolower() from the Standard Library,... (by keskiverto)
|
by jimm bo
Initialiaze values of a Singly Liked List by a constructor
|
|
[1 reply] : I’ve spotted a couple of issues in your singly linked list, but I’... (by Enoizat)
|
Unexpected 'inf' Result |
|
[5 replies] Last: g++ or clang++: compile with -std=c++14 -Wall -Wextra -pedantic-erro... (by JLBorges)
|
by Dennisw95
Header file problem
|
|
[2 replies] Last: That makes total sense! Lmao Tysm (by Dennisw95)
|
Problem to understand casting |
|
[3 replies] Last: > But the exact syntax of (int*)&arr means what? I mean, how it works?... (by JLBorges)
|
by jbailey23
if logic
|
|
[2 replies] Last: http://michael-thomas-greer.com/faq/logic/#or-vs-select (by Duthomhas)
|
by sphyrch
Read data from CSV files into array
|
|
[11 replies] Last: <tuple>'s are another way to go. Read the first line of the CSV file ... (by closed account 48T7M4Gy)
|
output 2 arrays in order |
|
[6 replies] Last: still learning all the algorithm stuff. Slowly. Good call on merge(... (by jonnin)
|
If-else statements outputting all answers |
|
[3 replies] Last: bool minute ; You are comparing minute against numbers. A bool can ... (by Ganado)
|
by Bopaki
How can I get the following program to print a string output
|
|
[2 replies] Last: Thanks very much AbstractionAnon (by Bopaki)
|
by NewbieInCPP
Creating a struct Iterator to work with files.
|
|
[4 replies] Last: > i need to create my own iterator. If you have been asked to do tha... (by JLBorges)
|