Jul 26, 2008

C/c++ Resources

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming
Pages: 1, 2

free web hosting

C/c++ Resources

mahesh2k
I've been seeing many people,looking for some C and C++ resources and unable to find the perfect source.these are some of the sites that you can look for before searching on Google.

General
http://www.programmersheaven.com/
http://www.tek-tips.com
http://cprogramming.com/
http://www.freeprogrammingresources.com/
http://www.cyberdiem.com/vin/learn.html
http://www.codeguru.com/
http://www.codeproject.com/
http://www.programmingtutorials.com/
http://www.planet-source-code.com/
http://www.fredosaurus.com/notes-cpp/
http://www.cprogramming.com/
http://www.cplusplus.com./
http://cplus.about.com/library/blcplustut.htm

Ebooks for C and C++
http://www.geocities.com/x_scn/Ebooks/Lang.html

Compiler(free)
http://bloodshed.net/c/index.html

Open source projects
//These are some resources Programmers who wants to help Open source movement.
http://www.gnu.org
http://gna.org
http://sourceforge.net

More stuff To be continued.....

 

 

 


Reply

Final)arkJon
I see up there you have Dev C++ really good free one, good work!

Reply

osknockout
Sorry about the late post, I was kind of busy... Hmm... www.thefreecountry.com is a good one too for C/C++ compilers and libraries.
Also please check out llvm.org for the LLVM Compiler and http://fabrice.bellard.free.fr/tcc/ for the lightweight TCC compiler.

Reply

Cypher
Brilliant! I was looking for some tutorials and examples, and I could not find any good ones that didn;t require some sort of payment or membership. Hey, are there any sites that hold resources/tutorials/examples for starting some sort of game engine (I know, I am getting ahead of myself) but I am just looking for some sort of open sourced 2d game engine, or even some tutorials on game engine making, so I can study the code. (Also, and Isometric one would be cool laugh.gif )

Reply

dexter
My favourite resource is Google... ph34r.gif

Actually, believe it or not, I don't mind the MSDN. I've got it on my system, and it's not overly bad. That and the man pages on *NIX systems. I originally thought they sucked, but now they are teh awesome (prolly cause they make sense now).


Computer E-books

This site has got some great programming resources for anything, though. I need to set up a little script to pull everything I can from that site.

Reply

osknockout
QUOTE
Hey, are there any sites that hold resources/tutorials/examples for starting some sort of game engine (I know, I am getting ahead of myself) but I am just looking for some sort of open sourced 2d game engine, or even some tutorials on game engine making, so I can study the code.

RPG Toolkit's a really good 2d game engine. The main site is www.toolkitzone.com, but the source code is at http://tk3.toolkitzone.com/source/ -you're probably looking for the Visual C++ code under /vc or the tarball link on the page.

Thank you dexter! That one did a lot for me. Now to spend 3 days reading this stuff...

More ebooks
Self explanatory...

Reply

hcwindclub
I am sorry to ask that where I can find any information about implementation of mesh network topology? but easy to use? I am not familiar with the concept of "template" so what I found at Google is too difficult to absorb in a short time, and I need to finish my assignment at school in one month. Right now, I can't decide which data structure to implement topology, in order to easily search link such that I would know how many nodes neighbor a target node and which one sends and which one receives? especially when the topology is big and my algorithm need to search million times sad.gif

Reply

dexter
Woah. You have to code a simulation of a mesh network in C++? Sounds to me like you're going to have to develop a graph structure to be able to deal with that.

It's a bit off-topic for this thread, though, you might want to start a new one and I'd certainly be interested to discuss it.

Anyway, in the meantime, I'll go and find some pages that I found really handy when I was doing pathfinding and had to build an undirected graph to store the nodes and their paths.

Reply

hcwindclub
QUOTE(dexter @ Sep 6 2005, 07:09 AM)
Woah.  You have to code a simulation of a mesh network in C++?  Sounds to me like you're going to have to develop a graph structure to be able to deal with that.

It's a bit off-topic for this thread, though, you might want to start a new one and I'd certainly be interested to discuss it. 

Anyway, in the meantime, I'll go and find some pages that I found really handy when I was doing pathfinding and had to build an undirected graph to store the nodes and their paths.
*



sorry, off-topic? I thought I wanna find the resource of such stuff so I can post here... but according to your reply, you seem to get a clue of what I am doing, great~~ I wanna build a physical network which I can test my QoS routing method on it. I need undirected graph for physical network and directed graph for routing record. I tried to use two linked list to maintain nodes' and links' status, but the performance was too awful... whenever I remove a node, I need to traverse all nodes and all links, plus modify any related link.... It is absolutely a crappy structure... and the worst is, I don't even know how it failed after three day running... too many linked list, I hate to trace the bug...

So, do you find any handy resource? I really appreciate your kindness!!!

 

 

 


Reply

dexter
This site has some interesting implementation ideas for graph structures. One thing to note is that they build it from previous objects on the page, so it won't be perfect as-is, and somewhat obfuscated:
Data Structures and Algorithms with Object-Oriented Design Patterns in C++

There are a -lot- of websites around with info about graphs, 'directed graph structure C++' in google brings up a lot of results.

I also found Sedgewick's 'Algorithms in C++' very useful, too, if you can get your hands on it.

I'm going to start a new thread with some more details here.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. linked "directed" graphs in c - 28.65 hr back. (1)
  2. c , network graph, nodes, links - 65.38 hr back. (1)
  3. c directed graph - 87.15 hr back. (1)
  4. simple directed graph c code - 87.27 hr back. (1)
  5. mesh network c - 122.49 hr back. (1)
  6. index of /ebook c / c - 136.71 hr back. (1)
  7. c graph examples - 147.75 hr back. (1)
  8. c undirected graph - 193.31 hr back. (1)
Similar Topics

Keywords : c, c, resources

  1. Where To Start Learning C++ Programming Language
    Resources for C++ (4)
  2. Where Can I Learn Linux Programming?
    any good resources for linux programming (2)
    Where can i learn linux system programming? Topic titles and descriptions are important. Try and
    make them as descriptive as possible. Linux Programming, Linux is not very descriptive. Renamed.
    ....

    1. Looking for c, c, resources

Searching Video's for c, c, resources
advertisement



C/c++ Resources



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE