You are viewing our Forum Archives. To view or take place in current topics click here.
- Forum Archives Index
- Search
- Search found 210 matches
-
Topic: [C++]Listing current items in directory
-
ObscureCoder
-
Replies: 7
Views: 9,879I don't know much of how dirent.h works on Windows but some general notes should be:
1) There's a chance readdir() is returning static memory, which would imply that you're perhaps inserting the ex ...- 1useful
- 0not useful
-
Topic: FizzBuzzzz Program
-
ObscureCoder
-
Replies: 8
Views: 9,481I took a quick glance over your code.
I'm missing the part where it prints "Fizz" for numbers that are solely multiples of 3.- 2useful
- 0not useful
-
Topic: Programming Beginner - Need Help
-
ObscureCoder
-
Replies: 14
Views: 10,205So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing ...- 0useful
- 0not useful
-
Topic: Programming Beginner - Need Help
-
ObscureCoder
-
Replies: 14
Views: 10,205Visual Studio Code is a text editor, not an IDE.
I don't think there is a way to execute code using it. I'd assume you'd use it for writing the code and then compile via command line. Or you'll hav ...- 0useful
- 0not useful
-
Topic: Need some help with php database help!
-
ObscureCoder
-
Replies: 7
Views: 9,761The simplest way to go about it would be echo the id as part of a GET parameter to another page within your outputted HTML.
E.g. when you're outputting all of the film information, have something l ...- 3useful
- 0not useful
-
Topic: Java Program Help!
-
ObscureCoder
-
Replies: 7
Views: 9,059try making the constructor public.
If no access type is provided (private/protected/public) it will be public by default.
Are you sure? Stack overflow said that was not the case with java. I dont ...- 1useful
- 0not useful
-
Topic: Coding On Mac Help
-
ObscureCoder
-
Replies: 2
Views: 8,191Hold your horses, bro.
Visual Studio is coming to Mac already.
https://www.visualstudio.com/vs/visual-studio-mac/- 0useful
- 0not useful
-
Topic: OOP & POP - What are the differences? Self Q&A.
-
ObscureCoder
-
Replies: 4
Views: 8,742Your example is kinda flawed and doesn't demonstrate many features of OOP at all.
The DB class you created is horrible. In the real world, you'd expect either some form of a singleton trait or even ...- 3useful
- 0not useful
-
Topic: I made a working calculato in CMD, now how do I make it look
-
ObscureCoder
Forum: PC General ForumPosted: Subject: I made a working calculato in CMD, now how do I make it look -
Replies: 3
Views: 8,360Don't listen to BigHair, you don't use Windows Forms Applications with C++ because then what you get is: a waste of time. You lose a lot of the power of C++ since Windows Forms Applications are part o ...- 3useful
- 0not useful
-
Topic: Need a summer project? || Huge, organized, github project!
-
ObscureCoder
-
Replies: 17
Views: 10,175I actually just found a more ridiculous error:
https://github.com/Sniddl/SM/blob/MASTER/register.php#L63
You're trying to close a mysqli connection via mysql_close() ?
That will not work and, if ...- 1useful
- 1not useful
- Forum Archives Index
- Search
- Search found 210 matches
You are viewing our Forum Archives. To view or take place in current topics click here.