by MrJuzah
Called Function anomaly
|
|
[2 replies] Last: I structured the decision like you suggested originally but for some r... (by MrJuzah)
|
by fguy
Problem with getline()
|
|
[2 replies] Last: Thanks, I'm getting lots of mileage out of this one already. (by fguy)
|
by Ned757
I don't get the "Detect repeated words" program in Practise and Principles using C++
|
|
[10 replies] Last: Sorry for the late response. I don't think I changed from "=" to "==... (by xismn)
|
by hebrerillo
const int initializer for Vector within a class
|
|
[2 replies] Last: Hi JLBorges!! Thank you very much for your answer! I will follow you... (by hebrerillo)
|
by fguy
enums and data input
|
|
[5 replies] Last: >Start with something simple - accept an integer from the user (0 for ... (by fguy)
|
by cubby208
Returning an pointer to an array safely?
|
|
[4 replies] Last: CPATriangleVerticies() shouldn't allocate the array at all, it should ... (by dhayden)
|
by mikervdn
"Segmentation Core Dumped" Not Using Pointers
|
|
[1 reply] : Line 62 looks wrong. 1/2 is always 0 due to integer division. I think ... (by dhayden)
|
by Axarator
How to overlap Playsound()?
|
|
[1 reply] : You can't. PlaySound() can only manipulate one sound at a time. You ne... (by Duthomhas)
|
Structs, Arrays, and Functions. Oh my! |
|
[1 reply] : Whats this function doing. void setStruct() // I see no function def... (by Aim4Erudite)
|
by morgan9220
Help with code
|
|
[2 replies] Last: Thank you for your help FurryGuy. I see the mistakes I made with them,... (by morgan9220)
|
Need Assistance Solving Errors |
|
[2 replies] Last: line 41 calls a function askForItem is written for char& and should be... (by closed account 48T7M4Gy)
|
by FMX138
Shuffling a vector of strings
|
|
[3 replies] Last: Thanks JLBorges and Duoas! It was just what I needed. (by FMX138)
|
by hutty
Search struct and return
|
|
[4 replies] Last: Okay...I think that's the answer I was looking for....Not that deep. I... (by hutty)
|
by jjwooyoung
Getting sporadic segmentation fault (core dump)
|
|
[4 replies] Last: There seems to be an error with __time64_t __cdecl _time64 It seems ... (by jjwooyoung)
|
by jjwooyoung
Getting undefined reference to base class
|
|
[1 reply] : Found the reason. I had forgotten to add BaseClass.cpp to my makefile.... (by jjwooyoung)
|
by mchillington
Stumped on a practice question for hours someone please help!!!
|
|
[9 replies] Last: ok thanks a lot! :) (by mchillington)
|
by JoshuaCrotts
Help With Date Calculator?
|
|
[12 replies] Last: Something else about your 3 functions, getMonth, isLeapYear and resetV... (by closed account E0p9LyTq)
|
by leourb
ostream operator << error
|
|
[5 replies] Last: You're right keskiverto, I read about C2679 and I have figured out thi... (by leourb)
|
by clodi
recursion isn't working why? (6 lines)
|
|
[6 replies] Last: 'hello' is global because I generate the array in another function I... (by Gamer2015)
|
by Filorn
struct problem
|
|
[1 reply] : One of the first things you should take care of would be to use a cons... (by jlb)
|