by cpp beginner
i want to improve my program -- what questions could/should i ask myself during the re-write?
|
|
[6 replies] Last: I think the last part should be ++i. or the other way around? Oop... (by andywestken)
|
by AnupamBisht
Error :invalid types 'Double[int]' for array subscript
|
|
[2 replies] Last: Also there is code tags (looks like <> on right of post creating/editi... (by MiiNiPaa)
|
help how to write code |
|
[6 replies] Last: Good.... i impressed..... (by Monicaceys)
|
by Matt Simon
UTF-8 String and Hash calculation
|
|
[no replies]
|
by JChMathae
Template specialization
|
|
[3 replies] Last: Your question was about inheritance from different specialization of t... (by MiiNiPaa)
|
by Andranos
Unresolved external problem lnk2019
|
|
[5 replies] Last: http://stackoverflow.com/questions/219381/how-to-exclude-files-from-vi... (by MiiNiPaa)
|
by SuperStinger
Quick int for loops
|
|
[8 replies] Last: Thanks very much guys, ill take that into consideration when writing m... (by SuperStinger)
|
by I 8 Crayon
HELP- not saving keystrokes to the specified location
|
|
[1 reply] : When you find yourself using multiple if else-if statements means it i... (by Smac89)
|
Compiler? Microsoft Visual Studio C++ 2010 / Code::Blocks |
|
[3 replies] Last: Thanks for your quick response, I decided to use Code::Blocks. I like ... (by closed account 4y5Ly60M)
|
by Neeru
Significance of assigning a number using bitwise operators
|
|
[2 replies] Last: Only a few nano seconds faster during _compiling_ using case #1 vs. ca... (by chuxnorth)
|
Choosing input streams |
|
[1 reply] : //std::istream *pointer; pointer = new std::ifstream(filename); if (... (by helios)
|
by Mats
Finding a specific instance of a class
|
|
[3 replies] Last: Your code fragment and question suggest you are a beginner? In that ca... (by andywestken)
|
by CSCImajor18
VERY SIMPLE!! Won't run correctly
|
|
[1 reply] : You need to use a string for the username, not an integer. Also, take ... (by Mats)
|
by begack
Output 2 text files
|
|
[2 replies] Last: So would you read the files the same and then put them into vectors? O... (by begack)
|
by andrewsaad
data structure question
|
|
[3 replies] Last: I mean `Project 7 ch.12 - 3.exe', the executable. And the object files... (by ne555)
|
by Snaksa
Mobile programming
|
|
[8 replies] Last: You can use Marmalade (mainly a C++ framework),it supports both IOS an... (by Awareness)
|
How to add to a vector of vectors |
|
[1 reply] : std::vector<std::pair<int, int>>temp; temp.push_back( std::make_pair(... (by vlad from moscow)
|
by sever
Pointer to method problem
|
|
[2 replies] Last: That's it !!!... Thanks ;) (by sever)
|
by BSODMASTER
Brute-force attack algorithm
|
|
[1 reply] : Main idea: bool next(std::string& x) { size_t len = x.size(); ... (by MiiNiPaa)
|
by martianxx
Creating a custom filetype
|
|
[3 replies] Last: [quote=martianxx]" Also how can I encode a standard bitmap image into ... (by closed account zb0S216C)
|