by judo11
How can I search for an Item in the array?
|
|
[3 replies] Last: The OP does have a loop (line 9), but there are a few problems with it... (by AbstractionAnon)
|
looking for library for bar code scanner |
|
[1 reply] : https://code.google.com/p/zxing/ (by Duthomhas)
|
by Cpper
Zombie close to the player
|
|
[1 reply] : It doesn't answer your question, but your game is totally buggy. I wou... (by iQChange)
|
by joeehab12
Help
|
|
[1 reply] : The indentation doesn't reflect the actual structure. Here is the code... (by dhayden)
|
by joeehab12
Finding Prime No.s
|
|
[5 replies] Last: Perhaps you should read some introductory material, for example the ht... (by keskiverto)
|
by nemecfc
Cannot dereference variable in a set...
|
|
[4 replies] Last: Great!!! Thank you, works like a charm! (by nemecfc)
|
by judo11
How to convert c++ Pseodocode into a program for searching the value of an array.
|
|
[5 replies] Last: Well this is a "first attempt" you could complete the rest. //searc... (by eyenrique)
|
by anakkampung
About recursion void
|
|
[2 replies] Last: I deeply wanna thank you, Stewbond... Your answer is awesome, it is he... (by anakkampung)
|
by murali2425
When to use structures in c++?
|
|
[5 replies] Last: That first comment That comment wasn't here when I read it the first ... (by MiiNiPaa)
|
by sukhrob
Hello everyone. I need a help
|
|
[4 replies] Last: Guys, I will be thanksful if you share your experience (I'm beginner) ... (by sukhrob)
|
by prestokeys
Acyclic Visitor Pattern with polymorphic visitors
|
|
[1 reply] : #include <iostream> #include <string> struct A { struct visitor ... (by JLBorges)
|
by chhe
peculiar libcurl library error
|
|
[2 replies] Last: Yeah it still doesn't work. Originally under Linker settings I clicked... (by chhe)
|
by Cydriic
Alpha Zone just won't be Alpha
|
|
[1 reply] : Should you be setting the blend mode before you draw the quad? You'... (by Disch)
|
by morando
PN-AEN indices algorithm
|
|
[no replies]
|
by Kubani
Making an octagon out of right triangles
|
|
[2 replies] Last: Thank you. Yes, that's right. I do the exercise. (by Kubani)
|
by BasV
sizeof trouble
|
|
[3 replies] Last: It's an old feature that C++ inherited from C. (by Peter87)
|
by Nogroth
using ternary operator with overloaded constructor
|
|
[4 replies] Last: Ok, that makes sense if it can only take expressions. I had seen you c... (by Nogroth)
|
reverse polish notation in c++ |
|
[3 replies] Last: What it says is that the input will not contain infix expressions that... (by helios)
|
Passing 2d array |
|
[2 replies] Last: To add onto that article.... A 2D array is really an array of arrays.... (by Disch)
|
by Nogroth
Weird memory assignments
|
|
[3 replies] Last: Oohh. Ok, thanks (by Nogroth)
|