by Houd
Generate Code Depending on User Input (1,2)
|
|
[20 replies] Last: Awesome. It's the "running it millions if not billions of times" that ... (by dhayden)
|
by adam2016
another pointer question
|
|
[3 replies] Last: anyway what is the difference between passing a pointer into a functi... (by MikeyBoy)
|
New to using files |
|
[9 replies] Last: Ok thanks anyway (by boringblobking)
|
by adam2016
pointers question
|
|
[7 replies] Last: Thanks guy I understand it now,seems so complicated yet in reality it'... (by adam2016)
|
by Kourosh23
Arrays and Structs - BUG! - C++ (1,2)
|
|
[20 replies] Last: Yeah, my prof last term was really strict with naming and all the corr... (by Kourosh23)
|
by Kourosh23
Arrays and Pointers - Reference Only!
|
|
[no replies]
|
by EdJames94
Signal Alignment Code
|
|
[2 replies] Last: Essentially I'll be using a software called clio that will read the tw... (by EdJames94)
|
by onlincutie
Simple member function involving coins
|
|
[3 replies] Last: In all seriousness Coins should be renamed Purse and without vectors t... (by closed account 48T7M4Gy)
|
Just starting to learn C++ using the tutorials |
|
[1 reply] : Sounds like the settings on your compiler or IDE are incorrect. Goog... (by EtDecius)
|
by adam2016
Linked list with pointers
|
|
[1 reply] : A pointer to a pointer is rarly used. There are usually two scenarios:... (by coder777)
|
by MisterTams
Need help with a program!
|
|
[1 reply] : I've tried several things but couldn't get it to work. It might mak... (by closed account 48T7M4Gy)
|
by boxter126
Random Number Generator Question
|
|
[5 replies] Last: @gunnerfunner what's with all the C header files I used them too, si... (by closed account 48T7M4Gy)
|
Dynamic cast |
|
[6 replies] Last: from above: tries to convert the pointer returned by it->Next() to a ... (by gunnerfunner)
|
Writing to two dimensional vector within structure |
|
[5 replies] Last: So, I kept trying and still couldn't find an answer. (by Optimistic Peach)
|
by Tycose2014
Judges scores
|
|
[1 reply] : int largest = 1 , smallest = 0 ; if( a > largest ) { largest... (by ar2007)
|
Files - Skipping lines |
|
[3 replies] Last: Is there any chance you could explain how you got the program to read... (by cire)
|
by moop
how would this be done?
|
|
[2 replies] Last: Hello moop, This is not as fancy as what whitenite1 did, but it is bu... (by Handy Andy)
|
by adam2016
pointers and multi dimensional arrays
|
|
[2 replies] Last: thanks gunnerfunner =) (by adam2016)
|
by BojidarS
Area and volume of a parallelepiped
|
|
[1 reply] : Sure, and ? (by gunnerfunner)
|
First Letter of Every Line in File |
|
[5 replies] Last: Yeah, you're right. A more robust approach would be: #include <iostr... (by gunnerfunner)
|