Acces violation error |
|
[2 replies] Last: Consider using a C++ container, like a std::vector, for dealing with r... (by George P)
|
by jaffe15
How are conditions checked?
|
|
[4 replies] Last: So for example is there a difference in optimization in these these ... (by kigar64551)
|
by Nebula20
Code help?
|
|
[10 replies] Last: Indeed. The "shadowing" is also called "masking". You were "lucky", co... (by keskiverto)
|
by heston987
Hi! I am a newbie at C++ and would love to have some help in solving this problem.
|
|
[5 replies] Last: Good morning! Unfortunately, I did everything I could and was not abl... (by heston987)
|
Track laps to miles |
|
[2 replies] Last: Oh I see, It’s not the code that’s the problem, its the math. I w... (by RandomnessRamen)
|
by ragnarokas
sorting algorithm - acc coordinates
|
|
[5 replies] Last: yes! thank you very much. I felt it should be smth like that, but coul... (by ragnarokas)
|
by joshtb2
Opening game files and running them C++
|
|
[3 replies] Last: Do you mean compile the game files, right? (by NekoNeo)
|
by Jonathan100
solving one errors create new one
|
|
[14 replies] Last: The syntax highlighting in your IDE (e.g. Eclipse) tries to be "smar... (by kigar64551)
|
int array not being displayed in seperate function |
|
[2 replies] Last: As a first refactor, possibly something like: #include <iostream> #... (by seeplus)
|
by Ganado
NEED HELP WITH MY PROJECT
|
|
[2 replies] Last: What source code - another case of the disappearing poster! (by seeplus)
|
by janac
Degree symbol looks fine as console input but writes to file incorrectly
|
|
[7 replies] Last: The following is Windows-specific, but on Windows you could use GetCo... (by kigar64551)
|
Rewrtiting from Blowfish to AES |
|
[2 replies] Last: Yes Excuse me, so I'm doing encryption like this: StringEncryptor se ... (by wimvandenborre)
|
How do I implement a _getch() function instead of a cin function? |
|
[15 replies] Last: The parser code is predicated upon using a stream for input (and one t... (by seeplus)
|
Can someone tell me what im doing wrong? |
|
[2 replies] Last: One problem that stands out is you contracted to return a double from ... (by George P)
|
by satsat111
Sheet (1,2)
|
|
[26 replies] Last: Thank you so much, I understand better now. (by satsat111)
|
by SSDEEZ
recursive goldbach's conjecture
|
|
[3 replies] Last: Apologies for the pedantry, but just to correct the concepts here: The... (by Ganado)
|
by Geckoo
srand(time(NULL)) and rand()
|
|
[9 replies] Last: Here's the header-only adaptation for my custom "random toolkit," I na... (by George P)
|
by hamzaaz
Exception has occurred. Segmentation fault error
|
|
[2 replies] Last: Figured it out Thanks :) (by hamzaaz)
|
How do a use math operations using a linked list? |
|
[7 replies] Last: If you want to use a list like this (why??), then each node is probabl... (by seeplus)
|
by Shervan360
How does sizeof work in C++?
|
|
[9 replies] Last: It has been proposed but it looks like there was no consensus to spend... (by Peter87)
|