getting headache with char datatype |
|
[2 replies] Last: The first thing is to get the word "char" out of your head. This is ... (by jonnin)
|
by Telvis969
MANIPULATE A C-STRINGS AS AN ARRAY OF CHARACTERS
|
|
[2 replies] Last: since you should be learning strings, Ill give you some key tips for c... (by jonnin)
|
by SSJVegetto
Class values not being rememberd?
|
|
[8 replies] Last: Oh, look at this mess. Your class testy. It contains an object of typ... (by Repeater)
|
by sephi
Writing in files
|
|
[2 replies] Last: Thank you!! Problem solved! (by sephi)
|
by solitudetree
Program won't compile on my computer but will on others
|
|
[8 replies] Last: dev-cpp is good for small program and isn't supported anymore Of co... (by Thomas1965)
|
by MulStudent
someone pls help me this is my final assignment and i dont know how to do it PLS PLS
|
|
[12 replies] Last: Why are you even taking this class? I remember last semester where you... (by fiji885)
|
by stav
Forward declaring class: incomplete type
|
|
[1 reply] : A forward declaration will only allow you to have pointers and referen... (by Peter87)
|
by edmundrw
Flipping cards
|
|
[3 replies] Last: Update - Just noticed there are double lines. Solved. (by edmundrw)
|
Doubt in a program |
|
[2 replies] Last: Some Google search... https://www.programiz.com/cpp-programming/examp... (by chicofeo)
|
by imafailure
I'm stuck
|
|
[13 replies] Last: p (by imafailure)
|
by afedorov
chain of function calls and temporary variables with destructors
|
|
[4 replies] Last: This problematic code int *p = getPointer().get(); // note: no dere... (by mbozzi)
|
by KB93
Initializing Stack Constructor
|
|
[no replies]
|
by joshgarza
My Connect4 class wont print out the board. Help?
|
|
[2 replies] Last: Wow, such a simple mistake. Thank you so much! (by joshgarza)
|
by glekker
Complex Number Addition Function!
|
|
[1 reply] : To add or subtract two complex numbers, just add or subtract the corr... (by keskiverto)
|
by PitKid
Passing Struct Arrays to Sort
|
|
[1 reply] : You can sort any unsorted container using std::sort. https://wandbox... (by elohssa)
|
by hlbx
static library not working on all computers
|
|
[1 reply] : AVX is a feature of the CPU, not the operating system (just to be clea... (by NoXzema)
|
by DrewRiddles
Regular Expressions in C++
|
|
[2 replies] Last: Worth mentioning that your input statement looks like some markup lang... (by mbozzi)
|
by WildB
Need help making a flag that is design by user inputs, while using mainly array for it
|
|
[no replies]
|
by Megum919
Getting specific information from a string
|
|
[2 replies] Last: #include <iostream> #include <sstream> #include <string> #include <ve... (by lastchance)
|
by sam1989
Get list of connecting lines/arcs
|
|
[1 reply] : If you have the endpoints, what are you asking? Do you know the slop... (by jonnin)
|