I want to learn some practical assembly language having just learned the basic concepts in class. Are there any decent books or tutorials (nasm, etc) that would be recommended?
I'm trying to learn Objective-C for xcode.
I was wondering if there was an open source depository for custom classes.
Things that programmers re-use.
( ie. playing card class, or peer to peer methods )
I've searched google, but so far haven't seen any type of site.
Hi,
The title says it all.
public:
inline int GetValue() const {
return m_nValue;
}
inline void SetValue(int nNewValue) {
this -> m_nValue = nNewValue;
}
On Learn C++, they said it would run faster. So, I thought it would be great.
But maybe, there are some negative points to it.
I want to write a command line script using Python to access a user's Facebook Notes.
PyFacebook wrapper library doesn't have support for Facebook notes.
Is there any other way I can do this in python? I don't want to learn PHP.
Basically, i'm wanting to know if i can use either machine or assembly language to write a program that will work on any computer with an x86 processor, despite differences in operating systems. For example, you run a program and no matter what computer it's on, it'll display "Hello, World!"
I know it's a little crazy to want to know either of these to languages, but i figure it's an incredible thing to learn, so why not?
HI,
is it possible to really find useful tutorial and videos for learning programming languagesd in youtube? Could you recommend some channels?
I woule like to learn about: vim, svn, C++
Thanks
Hi,
Is it possible for kids with only HTML/CSS programming experience to do game programming in SilverLight 4.0?
They are using Visual Web Developer 2010 Express edition.
Do they have to learn c# or any other language since they are just starting out?
Thanks
I m learning python c api functions and keen to learn python 3.1 stable version.
Found an unresolved issue recently and tried
PyModule_AddIntConstant(PyObject *module, const char *name, long value)
Runtime error occurred for this function call.
Is there something wrong with the function in python 3.1?
I'm looking for alternative JavaScript Libraries to learn as an alternative to jQuery, as I think it would be good to know more than one and so i can broaden what libraries I know.
I'd tried Mootools so far but am not sure what else is just as good.
Any ideas?
Hi
I'm wanna learn C++ and i'm going to buy one of these books :
Accelerated C++
Programming: Principles and Practice Using C++
Wich one do you consider more appropriate for me ? And is it worth it that I buy both of them ?
PS: I'm not new to programming, I already have a good experience with Java and Scala.
Thank you !
I'm getting into parallel programming and I'm studying mapreduce and other distributed algorithms. Is it best just to learn mapreduce or is there a more general algorithm that will serve me better?
Our company is finally coming out of the dark ages and embracing Java 6. We have been using Java 4 for many years and I'm interested in learning the new features offered by Java 5 and 6. So, can anyone recommend any online resources to help me learn what's new since Java 4?
I'm working on an xbl stat grabber. I have a problem I dont understand how to get the "gamer card"
Heres an example : http://www.youtube.com/watch?v=6HA-uz_v6A0&feature=related
I already have the avatar but I don't get how you can grab the stats and recent games...
Thanks!
PS. Please don't tell me its been done its too help me learn C# not make a ground breaking NEW program..
Hello:
I listen much about new Microsoft terminologies such as WPF, WCF, WWF, ASP.NET MVC, Silverlight, entity framework, LINQ. I would like to see in a visual map:
1) how these products interrelate
2) Which are complements of which.
3) Order of priority to learn
I think all the names that I mentioned, together with the use of Visual Studio applies to web developments.
I need a good answer to guide my efforts of Web development in the best way.
Thanks.
IF some says to me to build webisite in java. What does that mean.
That means building in core java, java servlets , jsp , java beans , j2ee or what.
What thing i need to learn if some tells me to make webiste in java.
Just like there are ready made login scripts in php , are those available in java as well
thanks
I only have 512MB RAM and found out that MSVC++ 2010 Express ran hellishly slow, so I uninstalled it. Assuming same for MSVC#.
I'm planning to learn C# over the summer with the book "Pro C# and the .NET 4 platform". So I'm wondering if I can use the 2008 version?
The programmer is a C# ASp.NET Developer and is looking to learn his first scripting language. Unfortunately he never had to use it before. He is also looking for something that can be good for his career growth.
Just had a curious thought, but for general coding and programming, do you think it's best to work out all the logic yourself and start from a blank sheet or just take a code that has been written already(by you or someone else) and just change it to your liking? Assuming you have a programming background of like 1year+. (because as a beginner, it's best to learn from nothing)
I'm not saying copy+paste someone else's code and say it's yours.
i wonder how long it will take to master Symfony and use it to code?
i already know mvc + oop and have used CodeIgniter before to code.
are we talking about days, weeks or months giving that i will dedicate 8-12 hours a day to learn it.
Yes, we all know that we shouldn't prematurely optimise.
But sometimes it does make all the difference, and sometimes the improvements you can get are amazing.
What have you seen that we can all admire and learn from?
mov dl,00h
mov ah,08h
int 13h
this is code showing normal parameters of floppy disk.
mov dl,80h
mov ah,08h
int 13h
this is code, showing not valid parameters of hard disk(may be, my hard disk space is big (LBA)),
And I've written this code:
mov dl,80h
mov ah,48h
int 13h
it is code doing cf = 1(error). How fix it? I want learn parameters of my hard disk.
(http://lrs.uni-passau.de/support/doc/interrupt-57/RB-0677.HTM)
I've heard that Telecoms are the big source of Erlang jobs but I'm not sure how much of a market there is. How likely is it that someone could find a job in Erlang/Haskell if they decided to learn it? In my case I have a lot of programming experience in Java but am tired of Java and want to try something different.