by keanedawg
Can any data type be used inside an if statement?
|
|
[1 reply] : Yes, this is valid because all C++ streams implement operator bool() ... (by LB)
|
by FitzUljas
Cin command and pointers
|
|
[6 replies] Last: Thanks Cire. That made it pretty much clear. Edit: 20.1.2016: I add ... (by FitzUljas)
|
Need help with programming |
|
[4 replies] Last: Well I'd be happy to help you. Whenever you need my assistance then co... (by Stalker)
|
best way to create a dynamic 2d array to store image data |
|
[3 replies] Last: It might be useful to think of the pixel data as a contiguous block of... (by Chervil)
|
by randtekk
Loop Timing Changes Considerably
|
|
[3 replies] Last: Thank you SamuelAdams and jlb for your replies. jlb: I plan to for ... (by randtekk)
|
How to make one class recognize a class object (located beneath it) |
|
[5 replies] Last: I assumed that wouldn't work. I'm curious - what made you think it ... (by MikeyBoy)
|
by sail456852
Two layers of if else statement not working !
|
|
[3 replies] Last: Hi, No, don't do that - it might be helpful to someone else :+) Am p... (by TheIdeasMan)
|
by abc1
void data type
|
|
[3 replies] Last: I would argue that hasn't created a void object, but has created a poi... (by Moschops)
|
by Zarman
Don't know why it isn't working.
|
|
[1 reply] : Once you get to the second for loop: for (int x = 0; x < 10; x++){ ... (by guatemala007)
|
IS project Euler a good starting point to help learn and solidify more complicated programming and design techniques? |
|
[4 replies] Last: I have started going through and solving for the project euler proble... (by jlb)
|
by Zarman
Simple C++ program having funky output
|
|
[6 replies] Last: That was my first time using the <cctype> functions. I'll make sure t... (by jlb)
|
by jakobfri
Finding Average from text file.
|
|
[3 replies] Last: yup I didn't read it carefully. sorry (by Zarman)
|
by jacobi
Live audio peak detection from a microphone
|
|
[1 reply] : I assume you mean MICROseconds, not NANOseconds, but neither is possib... (by cnoeval)
|
by etrusks
problems with headers - part 2
|
|
[5 replies] Last: Tnx for your replies first of all :D string was chosen only for simpl... (by etrusks)
|
by Sankarea
Creating a varying number of class objects
|
|
[4 replies] Last: Thanks for the replies. I know that the cost I posted is fishy, should... (by Sankarea)
|
by alitt
% meaning
|
|
[5 replies] Last: thanks got it (by alitt)
|
by GibsRey
Can an Image show up?
|
|
[2 replies] Last: Can we make an image show up on screen using C++ code? Short answer:... (by closed account E0p9LyTq)
|
Read from CSV file in C++ |
|
[8 replies] Last: I didn't know how to skip the comma and didn't have the time to do p... (by jlb)
|
by kalimari
Help with FFT
|
|
[3 replies] Last: My problem is how can I copy my vector with al the sample values to t... (by helios)
|
by DarkEnigma
Coding an ATM
|
|
[9 replies] Last: Thanks for all you guys' help. (by DarkEnigma)
|