Beginners - January 2020 (Page 2)

was not declared in this scope
 
Hi, I have problem, code blocks is writing me that "seznam" was not declared in this scope and I don...
[4 replies] Last: This was double posted and by going on post times is solved. http://w... (by againtry)
list isn't working
 
Hi, I have problem, code blocks is writing me that in main.cpp "seznam" was not declared in this sco...
[5 replies] Last: Thank you so much! (by vnovakova)
Trying to make a hollow square
 
Okay so I'm trying to make a hollow square out of whatever characters are being inputted by the user...
[4 replies] Last: #include <iostream> #include <string> using namespace std; int main()... (by Rogromi)
Opening and reading files
 
I need help with this assignment but its not opening my joke file of (joke.txt) or punchline (punchl...
[1 reply] : Make sure the text file is in the same location as the software or put... (by Too Explosive)
CppUnitLite basic test approach confirmation
 
Hello, imagine the requirement is: Use CppUnitLite and use stringstream instead of atoi and sprintf...
[no replies]
Overloading operator method names.
 
I am writing a custom iterator template and template container class. Below is an example set of me...
[4 replies] Last: > This is my point, I am unable to write it "normally". > The main cla... (by ne555)
by HJ3475
Help with Mensaje classes
 
#include "Mensaje.hpp" #include <iomanip> #include <sstream> //devuelve representación de...
[1 reply] : This guy is an idiot. (by dutch)
String libraries
 
I'm having problems using libraries for string commands. Maybe some libraries are needed but i do no...
[2 replies] Last: If you are looking to use a feature, you can look up the documentation... (by Nico)
by Bopaki
I get an error of a reference type in this code
 
#include<iostream> using namespace std; struct nodeType { int info; nodeType *...
[5 replies] Last: [quote=Bopaki]But when I ran the program nothing was printed out. When... (by lastchance)
by Wail
cin.sync() the reference example code doesn't work
 
This is the cplusplus reference code, I tried it, and it didn't work as it should be, it didn't stop...
[4 replies] Last: both examples didn't work on online compiler, clion, or codeBlocks T... (by dutch)
C++ Filesystem Path Interator Causing Assertion Failure
 
I'm attempting to determine if the last element in a filesystem path is a certain value by comparing...
[10 replies] Last: It seems as if I've scoured the entire filesystem reference...twice. ... (by SimpleCoder)
First 2-D Array (1,2,3)
 
Hello again, I have another program which introduced our class to 2D array's. Our book has very litt...
[40 replies] Last: Andy, I have made the corrections that you have suggested. From my p... (by CodeNovice01)
C++ Display Function in a Class for Outputting Private Data to a CLL
 
I'm having some issues getting a class to output some information, when called from another class. I...
[1 reply] : On lines 134 and 135 above, you are doing this: name = name; no... (by dutch)
use defed class + atomicity
 
Ok, so say I have a class and I want it to be thread safe. From what I can tell through my minimal k...
[7 replies] Last: Mostly I think I get it now, though I might have started overthinking ... (by highwayman)
Shortening Code
 
What can I do to simplify this notice that i'm a novice #include <iostream> #include <ve...
[2 replies] Last: thanks (by precausion3)
by hcool3
Student Report Card
 
I need some help with a student report card program for school. I am just a beginner and it is prese...
[4 replies] Last: Hello hcool3, Create a program that will read an input file So w... (by Handy Andy)
Using C++ to transpose a song to a different key?
 
I want to make a program that takes a music file (mp3 or similar format) as input and transposes it ...
[3 replies] Last: In addition to the already difficult task of decoding the mp3 file its... (by Ganado)
How can I set a triggering time to multiple functions?
 
I am a beginner in C++. Let's say I have 4 functions (func1(), func2(), func3() & func4()). And let'...
[3 replies] Last: #include <iostream> #include <atomic> #include <chrono> #include <thr... (by JLBorges)
Styiling?
 
Write your question here. #include <iostream> #include <vector> #include <fstream> #incl...
[1 reply] : What is your question? If you have the same question as in your other... (by dhayden)
Styling?
 
Write your question here. /* Devolver un vector de enteros con aquellos que son menor que el ...
[1 reply] : What is your question? (by dhayden)
January 2020 Pages: 1234... 12
  Archived months: [dec2019] [feb2020]

This is an archived page. To post a new message, go to the current page.