by eliran0220
Shell project for portfolio
|
|
[2 replies] Last: there is much OS and little C++ in a shell. Unless you go all-in, a ... (by jonnin)
|
by adam2016
Segfault while reading/writing to binary files
|
|
[6 replies] Last: > also lets say I wanted to create some c style strings on the stack i... (by ne555)
|
by Aneiron
How would I convert a string to a float?
|
|
[17 replies] Last: > Only thing I need now is error checking for not accepting letters as... (by JLBorges)
|
by Frrag
Reading from file
|
|
[1 reply] : Show us what you've tried. (by Ganado)
|
by Pranciskus
How to detect a text in output?
|
|
[10 replies] Last: Only if you can guarantee no one will EVER touch any of the files, els... (by Duthomhas)
|
by codecaine1
Inheritance - 2 Classes - Questions
|
|
[3 replies] Last: #include <iostream> struct properties // properties common to more ... (by JLBorges)
|
by nubcakeTotal
lengthly example on how to make save points please
|
|
[3 replies] Last: Create a struct or class that holds your data. Create read(istream&) a... (by dhayden)
|
by willz100
creating a tron game in c++
|
|
[2 replies] Last: thanks for that, solved the problem. cant believe i missed that thanky... (by willz100)
|
by PoorBoiz
Cannot read string with space by using getline
|
|
[5 replies] Last: Thanks you guys it actually worked perfectly like what #fiji885 said. ... (by PoorBoiz)
|
by herad
Counting number of repeating characters in a string?
|
|
[4 replies] Last: Yes , that helped fix the problem. Thanks very much Albatross. (by herad)
|
by nubcakeTotal
how to put file or files on usb drive for other computer use
|
|
[5 replies] Last: tried it, Ganado, it worked, thank you, copied and pasted it (by nubcakeTotal)
|
by babaliaris
Test driver development questions and which book to read?
|
|
[4 replies] Last: I still don't get how to design this if most of the classes have comp... (by MikeyBoy)
|
Advanced C++ exercises. |
|
[12 replies] Last: I've pretty much dropped GCC from my builds these days, except as requ... (by Duthomhas)
|
by PoorBoiz
I have problems for calling a function. I don't quite understand why it couldn't work
|
|
[6 replies] Last: #coder777 Thanks a lot now I understand. (by PoorBoiz)
|
by VMsrVT2Tyc
Access row in vector<vector<int>>
|
|
[15 replies] Last: In one of my other projects, where I was implementing the same sort of... (by VMsrVT2Tyc)
|
by AlexCantor
GCC 9.2.0 C++ and Threading Building Blocks (1,2)
|
|
[21 replies] Last: As shown below, I have commented out TBB specific code and re-built an... (by AlexCantor)
|
by PoorBoiz
Could anyone explain the problem that I have here. I think I don't have enough understand about class
|
|
[3 replies] Last: #ne555 #Albatross oh I see, I just forgot that GetVAT() just a functi... (by PoorBoiz)
|
by M22878
Display a color for each audio file?
|
|
[5 replies] Last: Okay, I will try that. But how do I assign each color to an audio fil... (by MikeyBoy)
|
by julie2019
C++ Epochs
|
|
[no replies]
|
by frek
Cross work
|
|
[2 replies] Last: Yes, I mean to get hired and work remotely for a company. For the prob... (by frek)
|