by jbwright84
Help with beginner program
|
|
[2 replies] Last: Thank you for the reply. I know that I should have found it on my own... (by jbwright84)
|
by blueKnight
Empty an array of characters.
|
|
[2 replies] Last: You could iterate through every element of the array and set it to the... (by ascii)
|
by gh24
I'm New to C++ Please Help
|
|
[10 replies] Last: double mat1 (double, double, double, double); This line defines the ... (by Mathhead200)
|
by jtap36
illegal character, unknown preprocessor directive 'i'
|
|
[8 replies] Last: @firedraco: Wow! To think that something like that slipped through... ... (by Mathhead200)
|
by m4wk
Palindrome Function!
|
|
[10 replies] Last: @m4wk thank you keineahnung! Here was the working function: You're ... (by keineahnung)
|
by BanterTrix
Homework help
|
|
[10 replies] Last: using namespace std; is almost an oximoron, because in a way it defe... (by ascii)
|
by carl24mvp
LOOPING
|
|
[4 replies] Last: 1. You need to ensure that you have an exit condition to the loop 2. T... (by Stewbond)
|
by codrgi
what is this doing?
|
|
[2 replies] Last: (a)?(b):(c) is the same as if (a) then (b) else (c) ... (by Stewbond)
|
by Chuckleluck
A function that reads from a specific point in a file?
|
|
[4 replies] Last: Alternatively, indata.ignore(numeric_limits<streamsize>::max(), '\n')... (by closed account DSLq5Di1)
|
by Docko412
Array Of Functions
|
|
[6 replies] Last: Here's how to declare an array of function pointers: int Function( ... (by closed account zb0S216C)
|
by Technapp Ad
searching techniques
|
|
[2 replies] Last: Yeah, pretty much what hamsterman said. The key to efficiently searchi... (by helios)
|
by Xiong Deng
Strlcat Problem: why strlcat does not work?
|
|
[3 replies] Last: That's what I said starting in the second paragraph. And that he write... (by hanst99)
|
by WhiteWind
Class Constructor Help
|
|
[2 replies] Last: I knew it'd be something like that, thanks. (by WhiteWind)
|
How do i practice c++ on the go! |
|
[4 replies] Last: If I remember correctly, there's a gcc compiler available in cydia (it... (by ultifinitus)
|
Searching a word forward and backward (palindromes) |
|
[4 replies] Last: Thanks hanst99, it seems much simplier in my head but I'll try to put ... (by skatingrocker17)
|
by spurraldo
Bisection Method Problems
|
|
[4 replies] Last: double bisection(double a, double b); int main(){ //... return bi... (by ne555)
|
by acmcpp
Using sleep() to make program pause...
|
|
[6 replies] Last: I'm glad you figured it out. It may be of benefit to learn the ins and... (by JMJAtlanta)
|
by anonadre
Finding Elements in Linked List
|
|
[4 replies] Last: oh actually, i think i got it. thanks so much. and yeah, i'll work on ... (by anonadre)
|
by subjugater
a quick question about a header file
|
|
[8 replies] Last: hanst99, Thanks for your comments. Great point! You are right: next ... (by subjugater)
|
by BanterTrix
Words not colored when I type.
|
|
[8 replies] Last: [quote=Athar]I have the feeling that there's a contest of "who can pos... (by closed account 1vRz3TCk)
|