void * |
|
[3 replies] Last: Whoever gave you this code should be tossed into a woodchipper. Look a... (by booradley60)
|
Ways to Lower CPU Usage |
|
[6 replies] Last: You're totally right. I went about the design wrong. Thankfully, I fou... (by JayhawkZombie)
|
by Yektakhalili
I don't understand a couple of things : Can you please explain some of these to me?
|
|
[1 reply] : typedef: Those who use typedef use it to simplify things. Imagine a d... (by tipaye)
|
by AmmmG 01
Quick Question in Linked List
|
|
[5 replies] Last: [quote=kkhalaf]Don't add my code to yours, change yours to look like m... (by cire)
|
by Rxit
Fixing lower upper case to lower case.
|
|
[2 replies] Last: I see you're already using toupper(), well check out the functions isl... (by tipaye)
|
by kkhalaf
Simple 2-D Neuron Network to be used in Image Processing
|
|
[4 replies] Last: Hi naraku I hope you are doing fine. Sure. Here is my backProb() and ... (by kkhalaf)
|
by GTHell
Is Data structure part of the Computer Science class?
|
|
[5 replies] Last: In reality, it depends on the class and what topics will be covered. S... (by JayhawkZombie)
|
by bonho
latency for posting to io_service
|
|
[2 replies] Last: This is just a guess, but it might also be that the first call to io.p... (by dhayden)
|
Help with implementing HTTP Queries in C++ |
|
[3 replies] Last: You may take a look at POCO: http://pocoproject.org/ http://pocoproje... (by coder777)
|
by turtlesavage
Why is this giving me a value of 1?
|
|
[4 replies] Last: Dividing two integers will give you an integer in C++. The first term ... (by Peter87)
|
by espionage1
Reading Arrays + Multiplication.
|
|
[1 reply] : Anyone want to help on this? (by espionage1)
|
by schowdhury12
finding sum of dynamic array in a separate function
|
|
[6 replies] Last: You're right the problem was with the semicolon, sorry I never really ... (by schowdhury12)
|
by rekrap99
Queue data structure assignment
|
|
[1 reply] : Use the code tags, please. Queue<int> * q1 = new Queue<int>(); Queu... (by JayhawkZombie)
|
Aid in completing the code |
|
[6 replies] Last: for the SortFunction, it's simply finding the smallest in the whole ar... (by kkhalaf)
|
by mohamedsul
Queue Implementation Program Break Point Error
|
|
[10 replies] Last: Dont Talk Like That To Me :( :( Really Iv'e done this code by my sel... (by mohamedsul)
|
by pacman169
Surprising output
|
|
[no replies]
|
by vuhln
Link static library into dynamic library
|
|
[1 reply] : fatal error C1083: Cannot open include file: 'cpgf/gmetadefine.h': N... (by kbw)
|
by frummel
orange numbers
|
|
[5 replies] Last: Yes. I said "no other IDE" because I wasn't sure if Notepad++ qualifie... (by Peter87)
|
by alex067
Linked List Questions
|
|
[8 replies] Last: man so many dumb mistakes... thank you (by alex067)
|
Message relay |
|
[1 reply] : There are probably thousands of programs to do that already. Your not ... (by SamuelAdams)
|