| Idea for C++ final project |
|
|
|
[5 replies] Last: net snd from an output'ed batch script, add bomb (computer) or flood (... (by soulife)
|
|
by sanu
STORING IN AN ARRAY
|
|
|
|
[4 replies] Last: @Moschops: Thanks for your reply.. I already tackle this another way. ... (by sanu)
|
|
by AphexBravia
Reading from files argument help
|
|
|
|
[12 replies] Last: but I want to save all the student.ids I read in to access them late... (by soranz)
|
|
by i2Fluffy
Argument parameters in main function?
|
|
|
|
[5 replies] Last: @i2Fluffy Why do some programs have parameters in the main functio... (by vlad from moscow)
|
|
by Nur Zafri
Problem with the loop
|
|
|
|
[10 replies] Last: I tried if but not work. Maybe something wrong with my source code. Th... (by Nur Zafri)
|
|
by treyriggins
c++ Calc Code
|
|
|
|
[4 replies] Last: It is kind of a bad calculator, but I think it might be a little more ... (by Latrakx)
|
|
by Latrakx
Console-based to GUI
|
|
|
|
[2 replies] Last: Thanks, think i will take your advice and stick with console for a whi... (by Latrakx)
|
|
by PadreDoom
How often do I need to seed SRAND? And another question
|
|
|
|
[3 replies] Last: Call it once in main(). Using a class for this would be abuse of OO. I... (by Athar)
|
| Weird printf :\ (1,2) |
|
|
|
[20 replies] Last: Oh! I read it like: Does it work? and I like [to know] how you'... (by Zia Ur Rehman)
|
|
by Yasar
Begginers excercises (1,2)
|
|
|
|
[29 replies] Last: hey i have done the second task for string functions : int _tmain(int... (by Yasar)
|
| understanding a simple pointers code |
|
|
|
[8 replies] Last: To me, that sounds like an iterator is exactly a pointer. All pointe... (by Moschops)
|
| Programable Devices |
|
|
|
[5 replies] Last: The Arduino uses a C-based language called "Arduino". No. From the ... (by ascii)
|
|
by detroitmatt
bizarre compiler errors using templates
|
|
|
|
[4 replies] Last: Thanks so much. I hesitated at "abstract" but VS bolded it, so I thoug... (by detroitmatt)
|
|
by int1486
Arrays
|
|
|
|
[4 replies] Last: I don't think that reverses the array... here, this reverses it. #... (by Zephilinox)
|
| Implementing Sieve of Eratosthenes |
|
|
|
[12 replies] Last: J? (by Zephilinox)
|
|
by aangner
Need Help with my c++ programming class.
|
|
|
|
[7 replies] Last: These are some great answers, but if you want to learn c++ you will ne... (by Zephilinox)
|
|
by Zephilinox
float keeping 0 as a last digit (e.g 0.50 instead of 0.5)
|
|
|
|
[2 replies] Last: thanks anyway, but you were 2 minutes too late :3 (by Zephilinox)
|
|
by MatthewRock
Class template problem
|
|
|
|
[1 reply] : Templates is a bit special so you should implement the print() functio... (by Peter87)
|
|
by chief
a question about classes
|
|
|
|
[5 replies] Last: Also i want to point out that classes are not ONLY for organization. ... (by stoffe1100)
|
|
by Blessman11
What's the point of CMAKE?
|
|
|
|
[2 replies] Last: If you're making your own projects, you need makefiles (if applicable ... (by Stewbond)
|