by unregistered
opening text files as binary files
|
|
[8 replies] Last: Oh, ok, sorry :) (by chrisname)
|
bubble sort method |
|
[9 replies] Last: Thanks you jsmith i figured it out and thanks to Bazzy and gcampton. N... (by coolProgramer5)
|
by btk1000
trouble understanding the c++ equilateral triangle program
|
|
[8 replies] Last: i got it..thnx for the help #include<iostream> using namespace s... (by btk1000)
|
by tummychow
Statically linking libraries
|
|
[18 replies] Last: Unless the linker is configured to remove unreferenced symbols, yes. E... (by helios)
|
by spigmike
Program Stops Working - Not Sure How to Fix it
|
|
[5 replies] Last: I've been playing around with it a tiny bit, and here are my prelimina... (by Duthomhas)
|
by mithila
how to reduce resolution of a .pgm file?
|
|
[2 replies] Last: It would be just as easy to write your own pgm reader. The only "trick... (by Duthomhas)
|
by ratika
huffman coding
|
|
[3 replies] Last: in dis i m not getting the whole right subtree from root whereas i m g... (by ratika)
|
by CNoob
convert class A to class B without modifying A
|
|
[15 replies] Last: the program i am working on uses MFC (not mine - the companies). and ... (by CNoob)
|
reversing a string |
|
[8 replies] Last: The standard library provides a function "reverse" to achieve an in pl... (by CorrodedCoder)
|
Looking to make a video game, Need a place to start, and pointers. |
|
[2 replies] Last: Since you're going for platformer you'd probably be better off with SD... (by tummychow)
|
by erotavlas
C code: how get IP adress
|
|
[4 replies] Last: Beej's guide is also very, very useful. http://beej.us/guide/bgnet (... (by chrisname)
|
palindrome |
|
[5 replies] Last: If you are not coolProgramer5 who just had this exchange: http://www.... (by jsmith)
|
by unregistered
Qn on STL multimaps
|
|
[4 replies] Last: Depends on what the type of the value is. Usually fragmentation isn... (by jsmith)
|
by dobby156
Visual Studio + include Statement issues
|
|
[8 replies] Last: iostream.h is a pre-standard header so on modern compilers won't work (by Bazzy)
|
weird error message (1,2) |
|
[33 replies] Last: i figured it out. And thanks for helping. (by coolProgramer5)
|
by s51563946
Question about the boost::thread_group
|
|
[1 reply] : It would really help if you used code tags. I don't think that the ... (by PanGalactic)
|
by monkeywrench
trying to use system commands?
|
|
[6 replies] Last: it's (pk)unzip it's a zip program much like winzip, 7zip, unzip. ... (by gcampton)
|
by erai
Not Animating
|
|
[1 reply] : nvm fixed it (by erai)
|
by gcampton
Revision on failed assignment
|
|
[5 replies] Last: [quote=moorecm]What did it look like before? :P much much worse, a... (by gcampton)
|
by surajpkn
Variable arguments, different types?
|
|
[4 replies] Last: Whatever it is you are doing, there is surely a better way to do it. ... (by Duthomhas)
|