by bbalistic8
Help with functions and arrays
|
|
[no replies]
|
by Gene
2d arrays and Functions
|
|
[5 replies] Last: Here's a quick example of using a vector similar to how you were tryin... (by Ikaron)
|
by npanagakis
Changing the background color...
|
|
[4 replies] Last: I don't believe there's any way to make changing the console colors pl... (by Ikaron)
|
by kishor8dm
Beginner Posix/pthread Question (1,2)
|
|
[20 replies] Last: Only if commonfunc() is not reentrant (it depends on global or static ... (by helios)
|
by joatmon
New to Pointers
|
|
[6 replies] Last: No problem. And yeah, there are a few ways to deal with passing around... (by Ikaron)
|
by yost87
quick question:
|
|
[1 reply] : '\n' is a newline character, or, the C++ way is to use std::endl.... (by jsmith)
|
by lcam2
Island of Manhattan Interest after 400 years.
|
|
[5 replies] Last: Unfortunately, your code is still not calculating simple interest corr... (by shacktar)
|
by opie
Counting underscores until a period
|
|
[10 replies] Last: THANK YOU FOR YOUR HELP!!!!! AND ALL YOUR PATIENCE!!!!! I wanted to... (by opie)
|
by chamblee
Transition to C++ from VBA
|
|
[3 replies] Last: Haha, check out the tutorials on this page then: http://cplusplus.com/... (by ModShop)
|
by edjeil
i need help for car park soultion
|
|
[2 replies] Last: you need to work on comments and use code tags first. (by NewBeeBP)
|
by NewBeeBP
ONE INPUT TO THE NEXT REQUIRED FOR ANSWER
|
|
[14 replies] Last: in case anyone was wondering, I figured the rest out and came up with ... (by NewBeeBP)
|
by enlightenMe
A question on #include<string>
|
|
[1 reply] : The standard doesn't define what other headers a given header includes... (by helios)
|
by lcam2
Golf ball
|
|
[3 replies] Last: Thanks, It makes now. I really appreciate your help. (by lcam2)
|
by Jsel
Problem with 2 class prototypes
|
|
[2 replies] Last: Thanks I'll check that out. (by Jsel)
|
by jjimijimmy
How do I include spaces in my Char String
|
|
[1 reply] : 1. What if the user types in more than 80 letters? Use std::string ins... (by LB)
|
by Luke95
"Pointer to" function type
|
|
[8 replies] Last: Reread Zhuge's post, he clearly explained exactly why. (by LB)
|
by enlightenMe
Adding commas to numbers
|
|
[2 replies] Last: Oh ok, so it is possible then to go up to a very large number. Thanks ... (by enlightenMe)
|
by katakotter
using *.get from a filestream to read integers
|
|
[4 replies] Last: int my_number; cin >> my_number; This does exactly what you want for ... (by LB)
|
by tam0009
Circular includes and forward declarations
|
|
[3 replies] Last: Or you could do this the right way: // a.h - give it a header gu... (by Disch)
|
by tonnot
The best way to write code to load/save vectors of custom classes
|
|
[7 replies] Last: The problem is that that is the specialization that I use for custom t... (by ne555)
|