by ajfonty
New to Pointers -- Need help with some Code!
|
|
[4 replies] Last: I got it working. I don't need to use pcar = &car, or the double poin... (by ajfonty)
|
Input from a file. |
|
[3 replies] Last: http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-3... (by Moschops)
|
by hushpromo69
General Enquiry of a C++ project
|
|
[3 replies] Last: cheers guys, Moved thread to General. Many thanks (by hushpromo69)
|
please explain istream in simple terms |
|
[2 replies] Last: Thanks doug - i have to admit that i was surprised to find that this a... (by closed account ypfz3TCk)
|
by vckngs7
Improve reading data from a file
|
|
[3 replies] Last: A few changes had to be made in order to use the above code. They chan... (by vckngs7)
|
by Raistlin121
Understanding 2D arrays of ints
|
|
[2 replies] Last: Ah thanks a lot! :) So it was just an off by one error on my part I co... (by Raistlin121)
|
by theHermes5
Linking errors 2028 and 2019 in C++ program
|
|
[12 replies] Last: You need to add the path to the lib as well (the linker silently ignor... (by coder777)
|
by Gaminic
Resetting vector/array.
|
|
[18 replies] Last: @Gaminic I'm going to guess that your C++ library implements vector.as... (by Cubbi)
|
by ortymd
Number Factorization
|
|
[5 replies] Last: http://prntscr.com/ambq3 There is your results. (by Volatile Pulse)
|
by Kieth89
Can't get my head around this question.
|
|
[4 replies] Last: Hi there, Thanks for clearing that up iHutch105, I was typing my post... (by closed account o3hC5Di1)
|
by AbeVig0da
Infinite Loop problems
|
|
[3 replies] Last: Hi there, Perhaps you've deleted it accidentally pasting your code he... (by closed account o3hC5Di1)
|
Please explain this code which uses stringstream and stat function. |
|
[1 reply] : Hi there, here's a line for line explanation of the code for you: ... (by closed account o3hC5Di1)
|
by Friezan
Variable Help
|
|
[4 replies] Last: It's manipulating the value at runtime. This capability is very impor... (by moorecm)
|
by Friezan
Need help reading C++ files
|
|
[13 replies] Last: Ok I just downloadoed Visual Studio. You said something about GCC. Oh... (by moorecm)
|
by Tej Samra
Prime factorization logic
|
|
[1 reply] : n=n/i; //dont understand this. would n become half if i starts at 2? ... (by ne555)
|
by af1989e
opengl / rbgImage.h
|
|
[2 replies] Last: You can download RgbImage.h and RgbImage.cpp at http://www.math.ucsd.e... (by srikanth chitturi)
|
by anindyasd
Random function from 17 - 20
|
|
[4 replies] Last: Make sure that at some point before this happens you've seeded from th... (by MrHutch)
|
by csoapy
how to print current local time in one line of code?
|
|
[4 replies] Last: thank you all! and i known if there no other code u can not output cu... (by csoapy)
|
by PETROS39
Advice on books
|
|
[10 replies] Last: I've read all of these books and the ones that are being reccomended a... (by Senjai)
|
by rebel1999
Help with blackjack code
|
|
[12 replies] Last: If you on windows, and you want to pause for a specified amount of ti... (by htirwin)
|