by takaflaka
Converting my program into a function
|
|
[1 reply] : Your input is the precision (e or epsilon) and the output is the sum, ... (by lastchance)
|
by DylanMorganx
SFML, drawing a vector of shapes
|
|
[4 replies] Last: I have made all the edits you suggested, I can see the 10 blocks on th... (by DylanMorganx)
|
by thisisfun
Embeding a DLL within another DLL and interface with LoadLibraryA
|
|
[no replies]
|
by Fajsdie
Can' t run code that worked before
|
|
[3 replies] Last: Thank you, I don't know how I could oversee this dump mistake (by Fajsdie)
|
by zachdr1
Trying to understand tokens and classes
|
|
[2 replies] Last: Line 21 - do you mean for the middle condition to be i < 10 ? ... (by wildblue)
|
by pumzye
How do i skip a character ?
|
|
[4 replies] Last: herewith the code its not picking up nor skipping #include <iost... (by pumzye)
|
by Flaze07
some problem
|
|
[2 replies] Last: thanks (by Flaze07)
|
by DatDankMeme
Strcmp for fstream
|
|
[2 replies] Last: You are writing a C++ program; so use C++ facilities: in this case st... (by JLBorges)
|
by DeathLeap
decrypting a Caeser cipher
|
|
[6 replies] Last: Sorry for the late reply. What is the problem? (by coder777)
|
by PirateCat
Taking integers from input.txt
|
|
[4 replies] Last: I think the introductory sentences from the OP are a dead giveaway tha... (by closed account 48T7M4Gy)
|
by zeroisk
Need help with extraction operator overload
|
|
[4 replies] Last: Your post doesn't show exactly how you tried my suggestion so I can't ... (by gunnerfunner)
|
Output always 0 |
|
[2 replies] Last: while (weight_t != 0) weight_t = weight_t/100; This lo... (by integralfx)
|
Dynamic Memory in Classes? |
|
[8 replies] Last: Can you use reference? void RandomArray::getAverage( double &average... (by Mantorr22)
|
Check for winner |
|
[3 replies] Last: It may be easier to understand if a two-dimensional 3x3 array is used ... (by JLBorges)
|
Date Class C++ |
|
[6 replies] Last: @ thenomster You should always compile with -Wextra -pedantic-error... (by TheIdeasMan)
|
Is there a way to allow the user to populate an Array with "cin"? |
|
[3 replies] Last: allow the user to enter a list of positive integers, followed by a te... (by closed account E0p9LyTq)
|
by deady
Hangman, Lowercase Input for Uppercase letter is invalid
|
|
[7 replies] Last: You need to convert the input to uppercase. #include <iostream> #inc... (by Mantorr22)
|
by pumzye
While !End of File terminating program premature
|
|
[13 replies] Last: From www.mathsisfun.com/data/standard-deviation.html (emphasis added):... (by dhayden)
|
by zachdr1
Help with for loop with vectors
|
|
[4 replies] Last: Further to the other replies: Avoid using float , it's precision is ... (by TheIdeasMan)
|
by DeathLeap
classes inheritance (1,2)
|
|
[24 replies] Last: Okay. I understood what's the problem now. Thank you cire! This arti... (by DeathLeap)
|