by black marlin
Q. Append Filename with GMT Date
|
|
[1 reply] : Can you describe in Plain English what lines 14-17 are supposed to do? (by helios)
|
by kenryuakuma
Tutorial needed for type memory conversion
|
|
[2 replies] Last: Wow. I'm amazed, Firedraco. How did you manage to make sense of that? (by helios)
|
by apollens
GUI Basics
|
|
[2 replies] Last: Sounds like computer science, to me. If that's the case, rest assured ... (by helios)
|
How to Change the Font Size |
|
[11 replies] Last: Well, technically it is possible , but only by cheating (by drawing d... (by Duthomhas)
|
by nanger
about pre-compile #include directive
|
|
[3 replies] Last: If you try to compile it you should have linker errors. All the sourc... (by Bazzy)
|
by vectorcpp
String class (1,2)
|
|
[22 replies] Last: Nobody can know better than Stroustrup: http://www.research.att.com/~... (by Bazzy)
|
Displaying String Arrays |
|
[2 replies] Last: Jsmith, thanks for your help. By taking a count of the words (or num... (by AngelGithara23)
|
by shynchan
read from file
|
|
[6 replies] Last: I got it! thank you , Grey Wolf and all. (by shynchan)
|
by reoctobre
Search for New Compiler
|
|
[5 replies] Last: If you're looking for a compiler: I recommend g++ for *nix, and Min... (by QWERTYman)
|
by jcooper
passing and modifying arrays in widgets
|
|
[2 replies] Last: Yep, that's pretty much it. I'd prefer to allow the program to keep... (by jcooper)
|
by fire child
math??
|
|
[14 replies] Last: I was targetting this particular overload: double pow( double bas... (by closed account z05DSL3A)
|
by maikeru
notepad++
|
|
[1 reply] : You can write source code using only notepad, however you will need a ... (by rossipoo)
|
by Toxic90
why doesn't this work?
|
|
[2 replies] Last: your have no brackets around your else: else { for(int i=0;i<1... (by jloundy)
|
by usercpp
Question regarding memory allocation in classes
|
|
[2 replies] Last: I see. Thank you very much :) Have a nice day ! (by usercpp)
|
by chrisname
Array sort?
|
|
[2 replies] Last: In the example, they provide numerous methods for sorting in ascending... (by kempofighter)
|
by datta016
printf() trouble...
|
|
[5 replies] Last: That's awesome. I keep forgetting to switch over my methods of naming ... (by datta016)
|
by areyoupp
bubble sort and pointers
|
|
[3 replies] Last: Yes, I agree. Your problem is on line 54. I suggested that you compa... (by jsmith)
|
by jayray23
Functions and Function Calling
|
|
[6 replies] Last: Thanks alot for your help with this. I have finally worked it out. See... (by jayray23)
|
Lambda Functions? |
|
[9 replies] Last: Lambda expressions support the notion of functional programming. C+... (by jsmith)
|
by arun1390
Prime cryptarithm
|
|
[2 replies] Last: At first glance it seems like this is a good candidate for recursion b... (by jsmith)
|