by bigskit13
function call not working
|
|
[3 replies] Last: Your instructor is correct. However, look at your code and tell me wha... (by TheToaster)
|
by idsuni
simple c++ program adding 1
|
|
[7 replies] Last: You're welcome - hope it makes sense now. (by MikeyBoy)
|
by Elarionus
Checking for a specific string inside of a linked list?
|
|
[6 replies] Last: Ah okay. Unfortunately, my "intro" class was very very bad. We got to ... (by Elarionus)
|
by makitos666
Char array pointer to struct
|
|
[4 replies] Last: I also have to ask why you have struct myStruct { unsigned shor... (by dhayden)
|
Addition in function |
|
[2 replies] Last: Hello PeterL, To start with "x" and "y" are defined and left uninitia... (by Handy Andy)
|
by rytisz
error with friendly function
|
|
[3 replies] Last: I don't know what s is but i would think it is an array of strings. ... (by coder777)
|
by varnull
How to use the same instance of another class variable in two different button click events?
|
|
[5 replies] Last: Thanks for your replies. I made many changes and don't remember which ... (by varnull)
|
by jasonkk
Beginner help! dropping the lowest score
|
|
[4 replies] Last: Thank you guys so much, it looks much simpler and nicer now! again, ... (by jasonkk)
|
by Zanza
Error through codeblocks?
|
|
[8 replies] Last: https://imgur.com/a/06cLECl In code blocks, you need to select project... (by salem c)
|
by ruggb
need some direction learning
|
|
[5 replies] Last: thanks all I know enough to fix code, but starting from scratch is not... (by ruggb)
|
by phazed99
Adding value to list element
|
|
[3 replies] Last: I got it. Thank you so much. (by phazed99)
|
by bigskit13
sorting input file alphbetically
|
|
[4 replies] Last: thanks toaster I'll work on it and get bAck (by bigskit13)
|
C++ Final Project Help - Memory Game |
|
[2 replies] Last: All of my code works Perhaps, but what you posted won't even compile... (by dhayden)
|
by DaMcGruber
Array
|
|
[2 replies] Last: All you need to do is change line 12 to (i+1)*(i+1) and then your ou... (by TightCoderEx)
|
by lostdog
open a .txt with notepad [no console]
|
|
[3 replies] Last: As @lastchance stated, you can use system() to open it. However, I wou... (by TheToaster)
|
by modeezy23
Vectors not displaying results?
|
|
[3 replies] Last: The reason your code is not working as expected is because when you ca... (by TheToaster)
|
by AcesHigh1919
Trouble with viewing a file.
|
|
[2 replies] Last: Hello AcesHigh1919, Along with salem c's advice here are some thing... (by Handy Andy)
|
by dunquito
Question on basic inheritance, polymorphism, file input
|
|
[8 replies] Last: The code threw in was correct. I at least have a test case working now... (by dunquito)
|
c++ |
|
[5 replies] Last: Following Enoizats example #include <iostream> #include <sstream> ... (by TheToaster)
|
by rytisz
Capitalising
|
|
[2 replies] Last: You could also use a regular expression std::regex(R"((.+)\s*[\.\?\!... (by TheToaster)
|