by soapasics
trying to output a circle drawn in "X's"
|
|
[2 replies] Last: sorry - here it is in code tags. thanks, ill try it. (by soapasics)
|
by Valandu
Reading integers and a string into Array of Structs
|
|
[2 replies] Last: Ah! I see. I was trying to use in >> m.a >> m.b >> m.c >> m.d; at fi... (by Valandu)
|
by jvjvalerio
Info from text to arrays?
|
|
[11 replies] Last: This works beautifully!! Thank you so much guys!!! (by jvjvalerio)
|
by sd1208
Creating a Structure to hold IP Addresses and other info send via a named pipe
|
|
[no replies]
|
by Imad ali
Shapes
|
|
[6 replies] Last: No, there isn't, and honestly, in this case probably a brute-force app... (by yulingo)
|
by Freakster
Please help conio.h problem
|
|
[2 replies] Last: thanks it´s finaly working altho i had to copy paste it from someone ... (by Freakster)
|
by beboman
Sorting wont work?
|
|
[3 replies] Last: oh wait i see, ok let me try something (by beboman)
|
by kinley
Efficient counting 1s in a binary sequence
|
|
[4 replies] Last: Thank you. All the answers are highly appreciated. The Bit Twiddlin... (by kinley)
|
by yashwanta
Help me
|
|
[11 replies] Last: No worries dude :) (by mutexe)
|
by sysyrocks
Matrix and pointers
|
|
[2 replies] Last: After int (*b) =&m ; , b is pointing at the first row ({1,2,3}) after... (by Cubbi)
|
by gghf
annoying 'cannot specify explicit initializor for arrays' ERROR
|
|
[1 reply] : Yeah, it is a bug. http://connect.microsoft.com/VisualStudio/feedback/... (by JLBorges)
|
by richielo
Plz Help (newbie stuff..)
|
|
[2 replies] Last: Omg, i have been bothering with this program for a whole damn day, tha... (by richielo)
|
by mkory
Help to figure out problem
|
|
[3 replies] Last: Did you try any of the recommendations I made? I think the main issue ... (by ritstudent)
|
by huynher
Splitting file into two separate ones.
|
|
[4 replies] Last: Good luck! Keep having fun programming :). (by ritstudent)
|
by CMWest74
Executable stopped working
|
|
[4 replies] Last: Place an if statement at the end of the function (after the cout state... (by ritstudent)
|
by bridgster
Simple error.
|
|
[2 replies] Last: while(file1) { file1 >> num; if(num > 0) { positive.... (by cire)
|
by Garion
StrTok
|
|
[2 replies] Last: Thank you, that "split a string" article is exactly what I was looking... (by Garion)
|
by pepstein
Quick Sort With Template
|
|
[2 replies] Last: wow such a simple solution, all I needed was to put the template <clas... (by pepstein)
|
by Zach7420
Adding a loop to a calculator program
|
|
[1 reply] : This topic has been covered many times. http://www.cplusplus.com/sear... (by booradley60)
|
by metulburr
default arguments in classes
|
|
[2 replies] Last: oh my fault...i was only paying attention to draw_frame and completely... (by metulburr)
|