by summerwang
Need help
|
|
[2 replies] Last: As AbstractionAnon stated, the variable names are not descriptive and ... (by mpark4656)
|
by asl1
Questions
|
|
[1 reply] : https://en.wikipedia.org/wiki/C%2B%2B#Etymology (by tallyman)
|
by niko79542
Function to return pointer to multi-dimensional array
|
|
[9 replies] Last: @niko79542 You just have to be careful with allocation and deletion. ... (by JayhawkZombie)
|
by rozick1
Private member functions in separate file?
|
|
[2 replies] Last: That's great - thanks. (by rozick1)
|
by amirtork
problem with gets and EOF
|
|
[4 replies] Last: I'm kind of embarrassed to post this as I don't normally write in C, a... (by Chervil)
|
by Carrera4212
case flip with given letter separater
|
|
[1 reply] : also the last line was my attempt to add the prototype given in the as... (by Carrera4212)
|
Cant call function |
|
[17 replies] Last: oh okay ill do that then. thank you! (by suddlemercury)
|
by nhockool1002
Document for C# you think is best
|
|
[4 replies] Last: It's not that moving from C++ to C# is "hard" (but it really depends o... (by YFGHNG)
|
by mpark4656
Provide 2 Cents for A Simple Program
|
|
[3 replies] Last: Thank you both for the comments. @booradley60 Using std::vector is d... (by mpark4656)
|
Max and min in a string |
|
[6 replies] Last: Ok and this will fix my max and min problem. (by Buddah Illfigure)
|
finding the smallest number in a linked list |
|
[2 replies] Last: you aren't traversing the list while (temp->next != NULL) { if (temp... (by alex067)
|
by RoninDaMerc
Need to use Arrays & Functions
|
|
[5 replies] Last: Presuming that I edited my program the way you advised, what would yo... (by kbw)
|
by srah
Random numbers
|
|
[2 replies] Last: 1) how do you generate numbers between 1-10? *hint its rand().... some... (by alex067)
|
by rabster
Weird bug in my program?
|
|
[1 reply] : Have you tried stepping through it with a debugger, so that you can se... (by MikeyBoy)
|
OOP class related questions |
|
[2 replies] Last: Thank You. And if I define class without struct data type, like this:... (by MatthewThunder)
|
by LuckyXII
inconsistency in methods
|
|
[1 reply] : I went to bed and noticed I'm returning false each time the name I'm l... (by LuckyXII)
|
by warshock10
Project Remake!
|
|
[2 replies] Last: Line 6: How many ints do you think are being allocated here? Hint: ... (by AbstractionAnon)
|
by kia9372
Problem In Install OpenCv In visual Studio 2013
|
|
[no replies]
|
by mpark4656
Problem with My Reverse Integer Program
|
|
[12 replies] Last: I wish that reported button said who by :) wow, i wasn't expecting ro... (by Jaybob66)
|
by Justech
I finished to create Hello world and now i want to create some atleast app.so how can i start?
|
|
[1 reply] : Decide what the program is meant to do with this "music" of which you ... (by Moschops)
|