Help with a C++ Problem |
|
[1 reply] : HAHAHA, what makes you think we want to do homework for someone that c... (by SamuelAdams)
|
Write a C++ program to print the size of a file |
|
[6 replies] Last: There are three logically distinct parts in that program: 1. What file... (by keskiverto)
|
by zoran404
How to use VideoLAN's x265 encoder..
|
|
[2 replies] Last: The reason is that I have to store the frames as I get them. I have t... (by zoran404)
|
by DragonOsman
program for Converting Yen, Euro And Pounds To Dollars
|
|
[10 replies] Last: use --- at the end of your code and paste the output http://www.cplus... (by shadder)
|
by nanax
Project in C++ using Queue
|
|
[4 replies] Last: You could start by making a class class computer_lab { //ur declarat... (by shadder)
|
by sam1989
rounding of double
|
|
[2 replies] Last: #include <iostream> #include <string> #include <sstream> #include <cm... (by Krulcifer Einfolk)
|
by sylvain
Impossible to erase or insert
|
|
[6 replies] Last: Before you answered I found the solution. Now all things are right. Th... (by sylvain)
|
by Alphizzle
How to declare a variable mactch as new string?
|
|
[5 replies] Last: You're still not being vary clear. What is it that you want to store ... (by MikeyBoy)
|
by geeloso
C++11 option in Code::Blocks IDE
|
|
[10 replies] Last: Is it possible you already had an older version of CodeBlocks installe... (by MikeyBoy)
|
by ghanashyam
How do I get dynamic plots using C++?
|
|
[1 reply] : googling shows this: http://koolplot.codecutter.org/ http://gnuplot.i... (by coder777)
|
by junfan
Nailing the Interview...?
|
|
[4 replies] Last: Wow, 5 to 10 years to equate to just a BS in CS? I'm sorry, but I must... (by ExBigBoss)
|
by helios
Question of programming style...
|
|
[10 replies] Last: I agree with everything mbozzi has said. I would just like to add that... (by helios)
|
by joekamel12
"$" removal after first record
|
|
[3 replies] Last: TwilightSpectre, I'm wanting to only print out the first line with the... (by joekamel12)
|
by leoleoleo
Breaking from a switch
|
|
[8 replies] Last: Yes, sorry, case 4-9 was my brain's version of: [code firstline=7] c... (by Duthomhas)
|
by BlairM
bubble and selection sorting using dynamic array
|
|
[3 replies] Last: Yes. What do you do on line 32? (by keskiverto)
|
by cmisip
Undefined reference to deleted copy constructor
|
|
[6 replies] Last: Yes, thanks. I have it integrated into my project code with the proper... (by cmisip)
|
by Solarsss
Homework assignment. Where do i start?
|
|
[3 replies] Last: my apologies. that wasn't what i was trying to accomplish through the ... (by Solarsss)
|
by technologist
overloaded fx error
|
|
[4 replies] Last: Some minor notes on style. 1) It's not necessary to use getters at l... (by AbstractionAnon)
|
by Aidin
problem with heap allocation
|
|
[1 reply] : The problem is in your strdup, you don;t allow for the null terminator... (by AbstractionAnon)
|
by glennyballs
If Statements and Circles
|
|
[2 replies] Last: Can you send me a private message? (by SakurasouBusters)
|