Help! |
|
[6 replies] Last: Something that should be clarified a bit is that as long as a variable... (by Volatile Pulse)
|
by skysurf76
Small bug in simple array sorting I can't find.
|
|
[6 replies] Last: So its working now? (by Akshit)
|
by heyitsmoto
Segmentation fault and "War" card game
|
|
[1 reply] : Your code is so hard to read due to the inconsistent spacing. But I be... (by Volatile Pulse)
|
by stoffe1100
Hello, everyone!
|
|
[1 reply] : I am looking for C + + learning materials.I am very pleased to find he... (by qinqinshan)
|
by KHANZZzzz
Modular Programing Perspective?
|
|
[no replies]
|
by soulife
3 days into self teaching c++, need help
|
|
[2 replies] Last: I think I worded that wrong. But in the tmp file there's like 4 whites... (by soulife)
|
by aangner
What is wrong with my program?
|
|
[3 replies] Last: I'm only 3 days into learning this stuff and I'm pretty much looking a... (by soulife)
|
problem in the class |
|
[5 replies] Last: I see you still haven't learned about local scoped variables. You're ... (by AbstractionAnon)
|
by aangner
How would I write a code with loop for this scene?
|
|
[1 reply] : while (1 == 1) bang Dr. Boyer (by IceThatJaw)
|
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)
|