Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

tech enthusiast :)

Member Avatar for Marcusflint

Hi, My os is win7 ultimate, as administrator i tried to delete a folder in c drive, it said "you require administrator permissions to delete this folder", But when i tried to change the permissions i get "access is denied", how can i change the permissions now? Thanks in advance

Member Avatar for seksipoissssss
0
616
Member Avatar for Marcusflint

Hello, I just cant figure out why i get this output. When i run this program, i get the output as 11 11 11, how ? shouldn't it be 11 10 10 ?? Please explain... #include<stdio.h> #define MAX(x,y) (x)>(y)?(x):(y) int main() { int i=10,j=9,k=0; k=MAX(i++,++j); printf("%d %d %d",i,j,k); } Thanks!! …

Member Avatar for rithish
0
172
Member Avatar for Marcusflint

Hi, Im new to SDL, when i compile this example program i got these linker errors first defined here .drectve `/manifestdependency:"type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'" /DEFAULTLIB:"MSVCRT" /DEFAULTLIB:"OLDNAMES" ' unrecognized [Linker error] undefined reference to `__security_cookie' [Linker error] undefined reference to `_alloca_probe_16' [Linker error] undefined reference to `@__security_check_cookie@4' [Linker error] undefined …

0
128
Member Avatar for Marcusflint

Hi, My browser is affected with abnow malware, i cannot remove it, i used many antialwares, but they were temporary, is there any other way to get rid of it? Thanks in advance

Member Avatar for Marcusflint
0
107
Member Avatar for Marcusflint

Hi, I have a suggestion. When i was browsing the forums i came across some interesting threads (i didnt contribute anything to them)...so i saved those pages...my suggestion is why cant there be another tab "my favorites" or something like that along with recently updated articles etc...so that i can …

Member Avatar for Marcusflint
0
168
Member Avatar for jdh1231

This is a simple tictactoe game using Constructor member function I have a problem of outputing if someone won the game or tied. Everything seems working fine. Can anyone mind check for me? I tried to find the problem for so long. Thank you. #include <iostream> #include <iomanip> using namespace …

Member Avatar for Marcusflint
0
184
Member Avatar for jeanbarca

Hello guys i am writing a c++ code that should do the following: 1- Creating a stage group just like the champions league first round consisting of 4 teams each on has 4 attributes ( points, gf, ga, gd) 2- The user must be asked to enter each team name, …

Member Avatar for jeanbarca
0
305
Member Avatar for Marcusflint

Greetings, My name is Sivaram, i am a student. Came to know about this forum when i was searching certain tech topics... Glad to be here, to learn, help,and contribute :)

Member Avatar for Dani
0
44