by therekz
weirdest code ever
|
|
[no replies]
|
by Chewbob
Strange command line argument behaviour
|
|
[3 replies] Last: Thanks helios, can't believe I didn't spot that after staring at my sc... (by Chewbob)
|
by kakashi316
infix to postfix
|
|
[10 replies] Last: ok,i have other questions that have nothing to do with errors.im havin... (by kakashi316)
|
by pm2gonzales
string arrays in a for loop?
|
|
[4 replies] Last: [quote=us3rn4m3]i will code it for you to make your homework done. ... (by firedraco)
|
by babe20042004
Function problem
|
|
[1 reply] : [code firstline=19]while (!(num=0)) should be while ( !(num==0) ) ... (by Bazzy)
|
by therekz
string to two's complement (1,2)
|
|
[35 replies] Last: Flip bits and increment. You should already know all this. (by helios)
|
by Cascadia
Sorting a Linked List
|
|
[2 replies] Last: your bubble sort thing works if you preserve the starting point. do... (by herbert1910)
|
by tene
Binary Search in Linked List
|
|
[4 replies] Last: Thats what I am also wondering.. I think its not possible to reach an... (by tene)
|
by rajenipcv
n-th Fibonacci number in O(logn)
|
|
[7 replies] Last: I agree that a lookup table can be used with any solution. I just s... (by jsmith)
|
by tripper
pass mp3 file through program
|
|
[11 replies] Last: A * between 'const char' and the identifier? (by helios)
|
getline() & fstream behavior |
|
[4 replies] Last: I removed an extra fin >> stringTwo statement and kept the ignore call... (by Discere Faciendo)
|
by vcebanov
Question
|
|
[3 replies] Last: Wait a second; I'm not going to do your homework for you? Haha... (by mcleano)
|
by sl02ggp
User Functions
|
|
[1 reply] : can anyone help me with writing this code: Trying to write a larger p... (by sl02ggp)
|
by CATCH3624
Using Complex Numbers for Circles and Right Triangles.
|
|
[3 replies] Last: Four different complex numbers a,b,c,d lie on a cirlce if and only i... (by tition)
|
by chrivo
Library for interactive command line interface?
|
|
[12 replies] Last: Command line input is a stream, parsing input isn't difficult. Maybe ... (by Bazzy)
|
by johnkol
Writing a 2d vector of objects to a file?
|
|
[1 reply] : Overload the << and >> operators for your class, then iterate through ... (by Bazzy)
|
by Zendet
Loop
|
|
[15 replies] Last: inb4 ............................................________ ............ (by bluezor)
|
by kibestar
Encryption/Decryption program not working
|
|
[1 reply] : I guess because in ASCII, 1 - 3 isn't ABC? I suggest checking up a tab... (by bluezor)
|
by mcleano
Need idea for a while condition
|
|
[5 replies] Last: Helios: Yes thats correct: std::string createSubString(std::string... (by mcleano)
|
by Tex
Losing part of char array returning from function by reference
|
|
[1 reply] : In the future, please put your code in code tags: [co de] Put you... (by Disch)
|