by wtf
c++ date non standard format issues
|
|
[11 replies] Last: Is the atoi function standard? Yes, it is. You can use ctime to get... (by Null)
|
by Nisheeth
Setting up a Constant in a Class
|
|
[4 replies] Last: Thanks.It did the work!! (by Nisheeth)
|
by Omnikron
Can't find what's wrong with my code.
|
|
[4 replies] Last: o.o You're correct. Thank you :] (by Omnikron)
|
by Nisheeth
Error with a For Loop in a Class Function
|
|
[5 replies] Last: Man, I was too slow replying... (by HenriK)
|
by decoderx
pointer to a string
|
|
[1 reply] : String literals ("hello" in this case) are not of type char*, but cons... (by hamsterman)
|
Documentation Tutorial Typos? |
|
[1 reply] : I think it's left out because it's not needed, at least not on the com... (by Gabe 101)
|
by lloydkirk
What's wrong with my code?
|
|
[6 replies] Last: It's bets to use cin.clear() if you extract data from the stream befor... (by LB)
|
by molma100
Using an Application without DLLs
|
|
[10 replies] Last: hmm... i think i know what youre talking about, but is there an obvio... (by shacktar)
|
by anotherghost
Pointing to elements in a vector.
|
|
[3 replies] Last: You can still use one vector, you just need to have a way that you can... (by LB)
|
by queenzgurl
Combining Bubble and Selection Sort
|
|
[2 replies] Last: Thank you, I fixed it. (by queenzgurl)
|
by SmokeNinja
Just getting started, keep going back to square 1.
|
|
[8 replies] Last: I'm learning C++ too. what I do is: 1. read a section in the book 2. ... (by muratagenc)
|
by wtf
troubleshooting weird cin >> problem
|
|
[6 replies] Last: I don't know. I just read through pretty much my entire program and I... (by wtf)
|
by matthewmpp
DMA & String Pointers
|
|
[3 replies] Last: Okay, I deleted lines 4, 5, 6, & 28. Now the code works correctly. Tha... (by matthewmpp)
|
by Blugamer44
Something easier than Classes
|
|
[5 replies] Last: fun2code, do i have to have any syntax at the beginning of the header ... (by Blugamer44)
|
by g913
career in c++
|
|
[16 replies] Last: Almost a decade. I'll freely admit that I've always been prepared to m... (by Moschops)
|
by jihad
FIX this for me please
|
|
[3 replies] Last: Your problem is in scanf(). It is not inputting into the variable 'gr... (by wtf)
|
by sc4ever96
Robot Programming
|
|
[4 replies] Last: I would recommend the lego kits. I wanted to do robots(still do) and ... (by brokenbot)
|
by WhiteVandal
Deleting node from Linked List not working
|
|
[6 replies] Last: toexii: Thanks for the link. I had seen that and was using it as a r... (by WhiteVandal)
|
by joatmon
Begin Programs with templated code
|
|
[1 reply] : You should just make an empty project and type the beginning code your... (by Zhuge)
|
by Blessman11
void pointers (be deleted ?)
|
|
[11 replies] Last: Oh right. Yes, that can be done. You don't need to use new . #incl... (by Moschops)
|