Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Cmania

@Cmania
About
Posts
67
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Processor Difference
    C Cmania

    Hi well it all depends upon the number following T????. Check out intel.com for refernce.

    Spread wat u Know!

    Hardware & Devices performance php asp-net com help

  • What does Quad Core Mean? Is That 4 Processors?
    C Cmania

    Hi Pentium is a technology as Core is both being produced by Intel. P1,P2...P4 are the series of advancemnts as Core and Core2 are. So far as Solo, Duo and Quad is concerned they are the number of procesing elemnts(CPU) present based on Core technology.

    Spread wat u Know!

    Hardware & Devices question asp-net

  • 4 GB RAM: is there a problem
    C Cmania

    Hi My freind the amount of RAM supported depends upon the width of address bus of processor(i.e. 32 bit or 64 bit). Example : Intel P4 is 32 bit i.e. 2^32=4GB In case u have a 64 bit processor, RAM suported will be 2^64=....GB

    Spread wat u Know!

    Windows API help question

  • FP Question
    C Cmania

    Thnkx a lot for "floating point comparisions"............. Does this mean IEEE32/64 arent good enough to store FPs accurately AND wat when we use the same number to print on screen......i mean how is that FP printed accurately?

    Spread wat u Know!

    C / C++ / MFC question

  • floating point comparision
    C Cmania

    Thnkx a lot.............. Does this mean IEEE32/64 arent good enough to store FPs accurately AND wat when we use the same number to print on screen......i mean how is that FP printed accurately? N sorry it is actually float x=2.4;

    Spread wat u Know!

    C / C++ / MFC help

  • floating point comparision
    C Cmania

    Thnx but I did visit Bruce Dawson But couldnt get it in nutshell Please will u?

    Spread wat u Know!

    C / C++ / MFC help

  • floating point comparision
    C Cmania

    main() { int x=2.4; if(x==2.4) cout<<"true"; else cout<<"false"; return 0; } Well it is not working, help me out please!

    Spread wat u Know!

    C / C++ / MFC help

  • the equivalent of instructions in assembly
    C Cmania

    jmp far EA jmp EB

    Spread wat u Know!

    C / C++ / MFC question help tutorial

  • the equivalent of instructions in assembly
    C Cmania

    Well dear I dont think anybody remembers these values. I can suggest you to get Intel Processors by Berry B. Brey and get complete hex codes for all. Hang on a sec! Try debug utility i will try too.....

    Spread wat u Know!

    C / C++ / MFC question help tutorial

  • compare SW version
    C Cmania

    SWDevil wrote:

    CString string1 = 10.2.33.4 CString string2 = 10.4.22

    Parse the array of characters and Make string =10.02.33.04 & string2 = 10.04.22.00 and then compare the two. Hope it helps

    Spread wat u Know!

    C / C++ / MFC question announcement

  • Internet Connection
    C Cmania

    Right now some buddy of mine is not able to get connected to web while i am V r on the same LAN and workgroup his iexplorer shows internet web page cannot be opened Any solutions!

    Spread wat u Know!

    System Admin

  • function arguments
    C Cmania

    For the first time i thought u people r goin 2 touch calling conventions but.......................... Can anybody give solution to the actual problem(code) i posted. Hope i will get some help...

    Spread wat u Know!

    C / C++ / MFC question

  • function arguments
    C Cmania

    Arman Z. Sahakyan wrote:

    Why this?

    I wanna know how actually functions knows this.

    Spread wat u Know!

    C / C++ / MFC question

  • function arguments
    C Cmania

    Well I wanna know how i within a function can know the number of arguments that have been passed to it. void fun(int x,float y) { int z; /*code to changevalue of z to number of arguments*/ printf("Arguments passed = %d",z); } I tried using hardcore assembly tricks(_BP and _SP) and was able to do but is their any other standard way out?

    Spread wat u Know!

    C / C++ / MFC question

  • Dim vs Var
    C Cmania

    Hi What is difference between declaration of variable using Dim and Var?

    Spread wat u Know!

    Visual Basic question visual-studio

  • Linked List
    C Cmania

    Well Im a student and yesterday appeared in external examination (Lab Test)for "Data Structure Using C". I was asked to write a program to do following thing :

    1.Read Unsorted data(Rno & Marks)from an existing data file.
    2.Display Unsorted data.
    3.Using Linked list, sort the data on the basis of Rno.
    4.Display Sorted data in increasing order.
    5.Display same sorted data in decreasing order.
    6.Search a particular record on the basis of some key(Rno).

    In response what i did was

    1.Make a write() and read() function in C using fopen() and fread() and fwrite().
    2.Create a singly Linked list and while reading data in read() it used to fill it in the same way as it was stored on file.
    3.Display the unsorted list.
    4.Use bubble sort to sort the list and display it in Increasing order.
    5.Searching on the basis of Rno.

    Sorry for posting such a huge amount of text but i wanna make things clear. My teacher told me that I should have put data into linked list in ordered manner while reading from file i.e. somewhat Insertion sort. I agreed but argued on the fact that question paper didnt mention to force me to use the best technique so i was free to use any sort. But the nutshell was that i was failed and was told to appear again for the test next year. Can any tell whether im right or wrong so that i can go to my HOD for the same.

    Spread wat u Know!

    C / C++ / MFC algorithms data-structures question

  • Calling Conventions Demystified
    C Cmania

    I must say "thnx" to the writer of article "Calling Conventions Demysified". It is such a good article, i mean im a student n i feel it is must for every c programmer. But im confused with what was written in first few lines : "the value is returned in EAX register." I mean no problem with basic types but how this statement fits fine for structures like: struct abc { int x; float y; }; struct abc fun(void) { struct abc x; x.x=0; x.y=1; return x; }

    Spread wat u Know!

    C / C++ / MFC help

  • How many Years & what
    C Cmania

    Please Do reply me on this question.... Im feeling confused!

    Spread wat u Know!

    IT & Infrastructure question c++ json learning

  • Upgrading my ram
    C Cmania

    Well you better check whether your system supports DDR or not and second make a hardware check each time you boot it by disabling Rapid BIOS or somewhat like that. hope it helps.

    Spread wat u Know!

    Hardware & Devices help question

  • How many Years & what
    C Cmania

    Well I dont know whether I should post this question here or not but keeping in view the responses to my last questions I felt that this is the only place where from I can get to know whatever I want. So here I go....

    1. I am a student of Computer sciences since 4 years. I have done my project in X86 16bit & 32bit Assembly.Actually I developed a Single user/Single Task/Command Line OS.What I am about to do next is Single User/Multi Task/GUI OS.
    My question is that whether this is the correct move of mine or not?

    1. I have done lots of assembly programming, charcter mode C and C++ AND little bit of VB6. Now I am putting my hands on Win32 C and C++.
      My Question is whether I should do it using APIs or MFCs?

    2. I am doing Masters in computer sciences(MCA).
      My Qusetion is whether is this worth as we are supposed to study same as we did in BCA or should do some specific course?

    3. I dont know why I get nervous by names like AJAX,ASP,etc.
      I mean is this compulsory for me to study them too?

    4. At last for how many years should a student starting from scratch spenf in this field as student to become a good professional?

    Hope somebody answers to my questions as I live in a remote corner of world with my dial up connection letting me to get connected to rest of world! Thnxs in advance.

    Spread wat u Know!

    IT & Infrastructure question c++ json learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups