by sandbox007
Make output file clear itself everytime program is rerun
|
|
[3 replies] Last: for it to clear previous output content when the program is terminate... (by seeplus)
|
by RedBox778
Use OpenCV only for template classes?
|
|
[1 reply] : > using OpenCV in a project to only use the template classes is approp... (by JLBorges)
|
by Lmac
for loops and break statements
|
|
[5 replies] Last: [quote=Lmac]I am a new programmer Spending some time poking around Le... (by deleted account xyzzy)
|
by shenef
Need help reading in a CSTRING and returning a single CHAR from the input
|
|
[5 replies] Last: kbw -- I would prefer to use the string class honestly, but for this p... (by shenef)
|
by Dakiller
What am I missing here?
|
|
[3 replies] Last: Also, it arguably reads better if you remove the unnecessary block & i... (by Ganado)
|
by bsauceda03
Programming Challenge
|
|
[4 replies] Last: Thank you (by bsauceda03)
|
by Geckoo
Import BMP
|
|
[6 replies] Last: Thank you everyone for your comments. Thank you salem c for your cleve... (by Geckoo)
|
by rozick1
Using type declared in template class
|
|
[2 replies] Last: thanks (by rozick1)
|
by lewi0027
Converting a string to multiple integers
|
|
[10 replies] Last: Yes - much better. I was in a hurry and just did some copy/pasting wit... (by seeplus)
|
by Mjn4
Make text emoticons readable for the computer
|
|
[4 replies] Last: Heh, it is easier than you think, but you have to jump the right hoops... (by Duthomhas)
|
by Jonathan100
header files and hierarchy
|
|
[3 replies] Last: You don't have 3 programs, you have 3 source files, AKA translation un... (by deleted account xyzzy)
|
by raijin011321
C++ pointers (1,2)
|
|
[31 replies] Last: I suppose one could contend that short of a hardware failure, no memor... (by JLBorges)
|
by Daniel Steel
Repetition of output in a text file.
|
|
[2 replies] Last: Do you mean something like this: #include <iostream> #include <fstr... (by seeplus)
|
by Mjn4
iteration within an if statement with a string variable
|
|
[5 replies] Last: One thing to note about string matching, the case of the letters matte... (by deleted account xyzzy)
|
by rudiHammad
classes referencing each other
|
|
[3 replies] Last: cool, Sure, I use headers and source files in all my projects. But was... (by rudiHammad)
|
by Pranav1105
Fault in execution of the below given code
|
|
[5 replies] Last: its worth your time to write an integer power function anyway, both in... (by jonnin)
|
by Andy99
Loop switch statement
|
|
[3 replies] Last: some totally unrelated tips... variables are your friend. Magic numb... (by jonnin)
|
by sandbox007
Weird alignment issues in output?
|
|
[2 replies] Last: Ohh wow, thanks for pointing this space or tabs thing out... I cut the... (by sandbox007)
|
by Pranav1105
I dont have any idea why this code isnt letting me input. Sorry for being totally naive as a beginner but pls help.
|
|
[6 replies] Last: Being a newbie is totally fine, but I would recommend to learn the bas... (by thmm)
|
by ElusiveTau
Storing Items In an Array of Custom Lists
|
|
[10 replies] Last: [quote=ElusiveTau]I'm a little confused because others seem to think i... (by mbozzi)
|