Starting to learn c++ today. I just started accelerated c++. Any advice prereqs? plus help on other books. |
|
[3 replies] Last: You could say that you are a programmer when you are able to write a f... (by JLBorges)
|
by miss1001
string problem
|
|
[10 replies] Last: thank you all std::cin.ignore( std::numeric_limits<std::stream... (by miss1001)
|
by Laks17
How to download the data from the website automatically?
|
|
[3 replies] Last: First, read the html/javascript source and try to find an entry point ... (by a k n)
|
by FBHSIE
Slot machine help
|
|
[7 replies] Last: nice code... :) just document it as everyone loves documentation (by shadder)
|
by hashbrown
Can Singleton Classes be "truly indestructible"?
|
|
[4 replies] Last: I believe you're misunderstanding how programs are developed. Basicall... (by Turbine)
|
by lamper
About inherited classes
|
|
[3 replies] Last: Virtual functions are what you're looking for. They basically allow yo... (by Turbine)
|
by BryanTriana
First time using templates and multiple errors occurred
|
|
[3 replies] Last: Don't forget that with templates both the declaration and the definiti... (by jlb)
|
by pmas98
Undefined reference
|
|
[1 reply] : consumo_em_faixas() doesn't appear to be defined. (by NoXzema)
|
by oracoin
search through a file to find correct access number
|
|
[4 replies] Last: I have made a few updates to the program based off of your recommendat... (by oracoin)
|
by tolulekes
taking input into string array
|
|
[4 replies] Last: at what point does one use string arrays?? When you want arrays of s... (by jlb)
|
by DCox2013
Issue with homework assignment.
|
|
[3 replies] Last: Thank for the input, but the issue is where I put the txt file. I did ... (by DCox2013)
|
by FBHSIE
Pseudocode for prime numbers (1,2,3)
|
|
[59 replies] Last: finally!!! :) (by shadder)
|
by Root919
Mersenne Prime
|
|
[3 replies] Last: peter87 its the same challenge. can you correct my code used? progra... (by Root919)
|
by Ed Sheeran
Creating an array of functions?
|
|
[11 replies] Last: Good to hear :) (by Naughty Albatross)
|
by glitter
use external varaiable
|
|
[2 replies] Last: Dear FurryGuy, thank you so much for your help. it works regards (by glitter)
|
by NE0 G3NESiS
Programs with GUIs
|
|
[4 replies] Last: A simple to use and modern C++ GUI library is Nana: http://nanapro.or... (by qPCR4vir)
|
freeing memory allocated in hierarchy of structs |
|
[1 reply] : Do I need to keep track of each struct array that has been allocated ... (by jlb)
|
by sam80
Characters
|
|
[2 replies] Last: Thanks! (by sam80)
|
trying to store a changing variable using str::size in a seperate variable |
|
[1 reply] : You have the assignment statement with the operands on the wrong side ... (by Chervil)
|
by frantheman27
Beginner Excercise Feedback and Help
|
|
[1 reply] : Hi, i'm having a lot of trouble displaying the array in descending o... (by shadder)
|