what is problem here? |
|
[7 replies] Last: hmm,thanks (by TURAL MeLIKLI)
|
by H20
Small loop issue
|
|
[3 replies] Last: Here's some comments on your code: #include <iostream> using namespac... (by wolfgang)
|
by aiden
need help in making shapes (1,2)
|
|
[28 replies] Last: well but in the assignment the lecturer demanded : "a single number to... (by aiden)
|
by ziodice
Video game to help learn C++?
|
|
[no replies]
|
by Alx101
#include problems, Allegro
|
|
[3 replies] Last: Woah! Don't stop using Allegro. Allegro is a awesome lib to use in C++... (by kong288)
|
by bool maybe
reversing C string using pointers
|
|
[2 replies] Last: Reversing a string: a --> s b --> s + strlen() - 1 Hello world! a ... (by Duthomhas)
|
by wescreuz
c++ payroll help here please..
|
|
[no replies]
|
by wescreuz
help po please mga bossing n professional
|
|
[no replies]
|
by wellSaidd
generator
|
|
[5 replies] Last: Hey that was my first post and was great help! Thank you for your time... (by wellSaidd)
|
question on array as a pointer |
|
[1 reply] : arrays are passed into functions by pointer, and yes you're correct th... (by quirkyusername)
|
by myristate
Calculating Remainder without % Operator
|
|
[8 replies] Last: That was pretty well explained right there. I couldn't fit the facts t... (by myristate)
|
by mxjabber
pointer confusion
|
|
[2 replies] Last: thanks, that helps a lot. (by mxjabber)
|
Idea for an exercise, troule figuring out the solution though. |
|
[2 replies] Last: The solution for a character array would be no different for a string.... (by closed account DSLq5Di1)
|
by Ben Duncan
Project.obj : error LNK2019: unresolved external symbol
|
|
[3 replies] Last: Thank you. No problem :) (God, I suck at programming.) Don't view... (by anonymous23323124)
|
by lisajv3
Help -- what is wrong with this code?
|
|
[9 replies] Last: Maybe and ONLY maybe there is some issues in make inside Window$? AF... (by eraggo)
|
please help me in this problem |
|
[2 replies] Last: by the way what has gone wrong? (by Undeclared)
|
by jesson85k
convert integer into proper decimal format
|
|
[2 replies] Last: You can use this: add #include<iomanip> cout<<fixed<<showpoint<<setpr... (by Undeclared)
|
Hey it compiles but doesnt do what i want it do...can you help me out? |
|
[3 replies] Last: original code compiles fine on my LINUX console AFTER removing line: ... (by eraggo)
|
by khaled124
cmd
|
|
[4 replies] Last: Thanks Intrexa for the help (by khaled124)
|
by Esanders323
Random Integers and Decimals
|
|
[8 replies] Last: Esanders323, consider this program it performs several calculations on... (by Mohammed Abdul)
|