by Sparrow17
looping issues
|
|
[no replies]
|
by thejump24
Need to combine two programs to make one shape/program
|
|
[3 replies] Last: You do already ask the user for the number of rows, so it should not b... (by keskiverto)
|
by technologist
for each loop not working as expected
|
|
[5 replies] Last: It might be working but the code above is a mess. I corrected the arra... (by technologist)
|
program runs but it outputs all the data |
|
[2 replies] Last: so like this? #include <iostream> using namespace std; int main() { ... (by BuckeyeProgramerb95)
|
by TinyTertle
Class Hierarchys and virtual functions.
|
|
[1 reply] : f() is not virtual so only the type of the reference (or pointer) will... (by Peter87)
|
by Sparrow17
issues with looping
|
|
[3 replies] Last: <code> and </code> is wrong. Repalce < with [ , and > with ] (by Moschops)
|
by DragonOsman
Checking if a function failed to convert a variable of a given type to std::string
|
|
[6 replies] Last: I was having trouble actually correctly calling that constructor, I gu... (by DragonOsman)
|
by technologist
::std conversion
|
|
[7 replies] Last: Yes I have used namespaces in .h files rusty though. (by technologist)
|
confused on bracket placment and if/if else statments |
|
[2 replies] Last: Hi, Please use code tags: http://www.cplusplus.com/articles/z13hAqk... (by TheIdeasMan)
|
by casescs
Wrong output (problem in the loop)
|
|
[no replies]
|
by casescs
Deleting Record
|
|
[5 replies] Last: thanks :) (by casescs)
|
by AmmmG 01
question regarding a simple <queue> program!
|
|
[2 replies] Last: @ AmmmG 01 There have been a bunch of topics about this same subject... (by TheIdeasMan)
|
by cboehm7338
calculate Elapsed time using functions and header file.
|
|
[3 replies] Last: Hi, If you have your struct in a header file you need to include that... (by TheIdeasMan)
|
by Sefik1337
returning a struct variable
|
|
[3 replies] Last: Have a look at this thread, he had same problem. http://www.cplusplus.... (by Thomas1965)
|
by cplusplus77
Piglatin to English Array allocation to scruture
|
|
[1 reply] : I am just confused about how to go about allocating an array of the ... (by Thomas1965)
|
by dominover
ws2_32 and linker error ?
|
|
[1 reply] : The answers are on this link.. http://www.gaia-gis.it/spatialite-3.0.... (by dominover)
|
by mohammad95
Logical Error in this program !! what i can do ?
|
|
[1 reply] : In C++, you main() function must return an int. So line 115, change '... (by newbiee999)
|
by robbie123
beginner bubble sort .
|
|
[no replies]
|
by Faizan008
cin.getline() not responding
|
|
[4 replies] Last: Thanks Thomas1965 (by Faizan008)
|
by Anvesh
Is something wrong with my computer c++ code dosent work!
|
|
[3 replies] Last: you can use ctrl+alt+delete to shut down it; install vs2005 and try i... (by alexeyn)
|