by tang
help me check why my /2/30 still valid==? which statment wrong
|
|
[2 replies] Last: duplicate post. I answered this in excruciating detail here: http://... (by Disch)
|
by ephekt
overloaded << operator
|
|
[12 replies] Last: Thank you LB and giblit that makes it a lot easier to understand and ... (by ephekt)
|
by alexandruKis
Ordering an array into ascending evens/descending odds
|
|
[10 replies] Last: OK. This is what I came up with: #include <iostream> using namesp... (by alexandruKis)
|
by Maderthanyou
Adding a popup box with an image in it?
|
|
[2 replies] Last: What kind of graphical libary? and how whould i go by doing this then? (by Maderthanyou)
|
by face88
ERROR WITH STRTOK
|
|
[4 replies] Last: you cannot use s after you replaced with f (or you recalculate s).... (by coder777)
|
by Ausha
Switch between 3 different programs
|
|
[7 replies] Last: Thanks a lot! Problem solved, now it works as I need it to :) (by Ausha)
|
by patrikgwet
Reading binary data issues
|
|
[4 replies] Last: Hi, I found a good explanation on another website. For those who have... (by patrikgwet)
|
by colosal
divisibility exam
|
|
[1 reply] : Hi there, [quote=Beginner forum rules] Don't post homework questions ... (by closed account o3hC5Di1)
|
by gamingsurge
Helping with calculating files brought into the program.
|
|
[1 reply] : Hi there, Try the following: int grade1, grade2, grade3, grade4; w... (by closed account o3hC5Di1)
|
by morte vitam
Print string of user defined length
|
|
[1 reply] : Hi there, The problem is in your second for-loop. Every time that end... (by closed account o3hC5Di1)
|
by enemy
int vs long (long int)
|
|
[4 replies] Last: If you fall back to old compilers like Borland C++ 3.1 or Turbo C++ f... (by Catfish4)
|
by ChrisRavnos
String Issue
|
|
[1 reply] : You don't specify the value of strings like that, you are specifying t... (by TwilightSpectre)
|
by Rajkarthick
Difference between memcpy and strncpy
|
|
[1 reply] : Note that strncpy behaves almost like memcpy, but it also treats zero ... (by rodiongork)
|
by Vigii
Setting Password to c++ program
|
|
[1 reply] : Wait, do you want to password protect your code? Or implement a passwo... (by vasilenko93)
|
by Ausha
please test random number guesing game program wouldnt stop printing string
|
|
[4 replies] Last: //solved it! This is how this works! #include <cstdio> #include <ios... (by Ausha)
|
by Vigii
create folder and put your files inside the folder using c++
|
|
[9 replies] Last: Filename can contain a path component. Path can be either relative or... (by keskiverto)
|
by deividas717
Brogram break :(
|
|
[7 replies] Last: Duoas, You are amazing!!! thank You! (by deividas717)
|
by jeenal
C++ Program to enter year in digit, print whether it is Leap year or not
|
|
[no replies]
|
by StartUp
Bool within if statement not working
|
|
[4 replies] Last: Okay, I thought it was strange that this function worked fine in anoth... (by StartUp)
|
by watusa
Char* help - "reversing string"
|
|
[6 replies] Last: if you know the size then you can do *(mystring + position ) or mystri... (by giblit)
|